Retry an async operation up to 3 attempts with fixed backoff delays (200 ms → 500 ms → 1 000 ms). If the operation throws an UnrecoverableError it is re-thrown immediately without retrying.
UnrecoverableError
Retry an async operation up to 3 attempts with fixed backoff delays (200 ms → 500 ms → 1 000 ms). If the operation throws an
UnrecoverableErrorit is re-thrown immediately without retrying.