Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Oct 16, 2024
1 parent 580b264 commit ead68fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .release-notes/68.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Handle Additional GitHub secondary rate limit failure

In our previous version, we added support for retrying when a secondary rate limit failure occurred. However, since that time, we have seen secondary rate limit failures that are not handled by the previous fix. This update adds a retry for the one time we know that the limit can be triggered. If the rate limit is triggered, the bot will wait for 30 seconds before trying again. If it encounters 5 failures, it will give up and quit.

0 comments on commit ead68fa

Please sign in to comment.