Skip to content

fix: define retry limit in retry config - #693

Merged
gr2m merged 1 commit into
semantic-release:masterfrom
dhensby:pulls/rate-limit-retry
Sep 9, 2023
Merged

fix: define retry limit in retry config#693
gr2m merged 1 commit into
semantic-release:masterfrom
dhensby:pulls/rate-limit-retry

Conversation

@dhensby

@dhensbydhensby commented Sep 8, 2023

Copy link
Copy Markdown
Contributor

Potential fix to #644

The current retry logic attempts to see if the retry limit has been hit but it does this by checking against an undefined value.

This may have been an oversight from #487 as RETRY_CONFIG did have a retries property, but it was removed.

@dhensby
dhensbyforce-pushed the pulls/rate-limit-retry branch from 1e3f1b4 to 59b679eCompareSeptember 8, 2023 22:47
@dhensbydhensby changed the title fix: define retry limit is defined in retry configfix: define retry limit in retry configSep 9, 2023
gr2m
gr2m approved these changes Sep 9, 2023

@gr2mgr2m left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might be! Let's try! Thanks!

@gr2m
gr2m merged commit 5ad0486 into semantic-release:masterSep 9, 2023
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 9.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@dhensby@gr2m