FAQ | This is a LIVE service | Changelog

Skip to content

Retry all > 400 errors on a list operation failing

Monty Dawson requested to merge retry-all-errors into master

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)

Edited by Monty Dawson

Merge request reports