Bump Direct Transfer workers retries count
What does this MR do and why?
This MR bumps number of retries from 3 to 7 for Direct Transfer workers (both export & import).
As per documentation on exponencial backoff described here with retries 7 the total wait time is under 1h (42 minutes). With retries 3 - total wait time is 3 minutes. So having retries: 7 works best, since the last retry is not too long.
Mentions #432224 (closed)
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.