This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Replies: 1 comment
-
This observation is correct. The conductor system task workers are waiting to pick up system tasks (like HTTP) from the task queues, since this is an asynchronous operation, you see this delay. These are the params that can be used to tweak the delay - Properties |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We have a scenario wherein the workflow composes of multiple system tasks (HTTP, jsonjqt and fork-join). We observe a delay between two tasks being executed when we have a system running with concurrent requests such as 5 threads. This can be seen in image below (delay between tasks are highlighted with yellow line).
I assume this delay is seen because the conductor worker is waiting to pick up a task from the queue.
Are there any parameters or configurations we can tweak/increase to reduce the delay and maximize the throughput of workflow execution?
Thank you.
Kind regards,
Murali
Beta Was this translation helpful? Give feedback.
All reactions