Workiva/go-hystrimp

Retry Wait Should Happen Outside of Parallelism Locks

Closed this issue · 0 comments

If a command fails, the retry wait should happen outside of the critical section that is concurrency-limited. That will allow other commands to run while this command is waiting for retry.