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
Our current design caps the workflow concurrency at the top level workflow. So the concurrency group will not conflict.
However, if we remove the top level concurrency group, then the child level concurrency group will be used.
Our current design caps the workflow concurrency at the top level workflow. So the concurrency group will not conflict. However, if we remove the top level concurrency group, then the child level concurrency group will be used.
I experiment this design at #31 but it cannot resolve this perf issue.
By this design, deploy job is queued after all dependencies are completed. This mean that the lock by the concurrency group by delopy job is registered on that all dependencies are completed.
So if predecessor delays to complete their dependencies, successor will begin to run delopy job ahead of the predecessor. This cannot achieve our intention.
see #28 (comment)
The text was updated successfully, but these errors were encountered: