conductor-python
conductor-python copied to clipboard
Improve TaskHandler polling strategy
- Add new parameter for
batchSize - Each worker will have a standalone subprocess to poll indefinitely
- For each polled task, start a new subprocess to execute and update it
It would be great if subprocess count for each task could be configured independently, like TaskThreadCount in JAVA client