conductor
conductor copied to clipboard
Conductor is a microservices orchestration engine.
**Describe the bug** When the input and output data volume is particularly large, arbitrary downloading of external stored content leads to OOM. **Details** Conductor version: 3.13.3 Persistence implementation: Postgres, MySQL...
**Describe the bug** Incorrect retry information for 'forjoin' **Details** Conductor version: v3.13.7 Persistence implementation: Postgres Queue implementation: Postgres, MySQL, Dynoqueues etc Lock: Redis
**Describe the bug** RedisDynoQueue starts failing unpredictably when using `memory` db type, logs show `Operation: ( processUnacks ) failed on key: [conductor_queue.test.UNACK._deciderQueue.c ].` Upon overriding the class to add more...
**Describe the bug** Referencing this part of the documentation `docker build -f docker/server/Dockerfile -t conductor:server .` **Details** Conductor version: main **To Reproduce** Steps to reproduce the behavior: ``` git clone...
**Describe the bug** I'm trying to implement something similar to `'go to'` functionality by using DO_WHILE tasks. The use case is the next: I need to have the ability to...
**Describe the bug** After task inside DO_WHILE loop is updated, it takes a long time (2+ minutes) to start the next loop iteration. **Details** Conductor version: Persistence implementation: MySQL Queue...
The JOIN operator is not getting updated when retried from failed tasks. I got three tasks in join which got failed with another issue as reported below https://github.com/Netflix/conductor/issues/3609 When i...
**Describe the bug** A clear and concise description of what the bug is. **Details** Conductor version: HEAD@ https://github.com/Netflix/conductor/commit/f07dc36f08dcaf91cb40ea6ee211c840de5ac8f3 **To Reproduce** Steps to reproduce the behavior: 1. Clone the repo. 2....
I defined a workflow like this and I registered a call_kafka task to conductor. when i started the workflow,it always stay in SCHEDULED { "createTime": 1685515501785, "updateTime": 1679672604493, "accessPolicy": {},...
**Describe the bug** We are using kafka_publish task, we see sometimes conductor posts same tasks twice to the kafka topic and after that its stuck in that state, happnes when...