You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to ensure that tasks of the same request can be prioritized for execution when initiating a batch of requests for a workflow with multiple tasks arranged in a chain, in order to avoid hunger.
#810
Open
HarvestWu opened this issue
May 28, 2024
· 0 comments
How to ensure that tasks of the same request can be prioritized for execution when initiating a batch of requests for a workflow with multiple tasks arranged in a chain, in order to avoid hunger.
For example, a workflow contains two tasks, A and B, arranged in a chain structure, The concurrency of worker is set to 1. When 10 requests are made to this workflow, assuming that the first task to be executed is task A of request 1, how can we ensure that the next task to be executed is task B of request 1, rather than task A of other requests.
The text was updated successfully, but these errors were encountered:
How to ensure that tasks of the same request can be prioritized for execution when initiating a batch of requests for a workflow with multiple tasks arranged in a chain, in order to avoid hunger.
For example, a workflow contains two tasks, A and B, arranged in a chain structure, The concurrency of worker is set to 1. When 10 requests are made to this workflow, assuming that the first task to be executed is task A of request 1, how can we ensure that the next task to be executed is task B of request 1, rather than task A of other requests.
The text was updated successfully, but these errors were encountered: