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
Describe the bug
We have a thundering herd problem where a bunch of workflows come in at the same time and need to commit to the same file. They all come in, one succeeds and the rest fail, they wait for retry_wait_seconds, one more succeeds and the rest fail... Repeat until only max_attempts succeeds and the rest fail.
Expected behavior
Add ability to add some randomness to the retry_wait_seconds.
The text was updated successfully, but these errors were encountered:
Describe the bug
We have a thundering herd problem where a bunch of workflows come in at the same time and need to commit to the same file. They all come in, one succeeds and the rest fail, they wait for
retry_wait_seconds
, one more succeeds and the rest fail... Repeat until onlymax_attempts
succeeds and the rest fail.Expected behavior
Add ability to add some randomness to the
retry_wait_seconds
.The text was updated successfully, but these errors were encountered: