Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 2.93 KB

File metadata and controls

63 lines (43 loc) · 2.93 KB

FAQ:User Questions Index (English)

This page lists the most common questions and points you to the exact documentation page to read next.

Common questions

  1. I am an orchestration/Agent developer. How do I map my workflow into ExecGo TaskGraph?

  2. What does depends_on mean, and why doesn't downstream automatically get upstream outputs?

  3. Why do downstream tasks become skipped after a failure?

  4. How do I get the final result after submitting? Is it synchronous or asynchronous?

  5. Why do I get 400 Bad Request? What does TaskGraph.Validate() mean?

  6. How should I set retry and timeout?

  7. What does result / error look like? How should I parse it?

  8. How do I deploy ExecGo with Docker Compose?

  9. How do I deploy ExecGo to Kubernetes (Deployment/Service/PVC)?

  10. Is it safe to set replicas > 1 on Kubernetes?

  1. How do I call ExecGo from Go?
  1. How do I call ExecGo from Java?
  1. How do I call ExecGo from Python?
  1. How do I call ExecGo from Node.js + TypeScript?
  1. Is the shell executor safe? How do I avoid arbitrary command execution risks?
  1. Where is task state stored? How is persistence/recovery handled?
  1. How do I extend executors or implement a custom executor?
  1. I have idempotency / duplicate submission problems. What should I do?