Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Adjust backoff settings to only retry 10 times and max out at 4 seconds per retry #84

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

marcusramberg
Copy link
Contributor

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.

@marcusramberg marcusramberg temporarily deployed to Pull Request Tests July 31, 2024 09:14 — with GitHub Actions Inactive
@F21 F21 merged commit 67afa43 into Boostport:main Jul 31, 2024
6 checks passed
@F21
Copy link
Member

F21 commented Jul 31, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants