Retry all > 400 errors on a list operation failing
Compare changes
Files
4+ 2
− 0
GitLab will be upgraded on 17-March-2025 between 12:00 and 14:00. There may be small periods of service instability.
Looking at the recent failures, this operation seemed to be a common cause.
I've followed the convention of >= 400
used elsewhere in the code, which should be safe given that this is a list
rather than create
or update
operation.
Closes #25 (closed)