Closed marcusramberg closed 3 months ago
Due to the exponential backoff, in a failure scenario this action can currently run for hours (we saw a run going for 5 hours retrying before being cancelled. This PR reduces the retries to 10, and makes the backoff top out at 4 seconds.
Thanks!
Due to the exponential backoff, in a failure scenario this action can currently run for hours (we saw a run going for 5 hours retrying before being cancelled. This PR reduces the retries to 10, and makes the backoff top out at 4 seconds.