Skip to content

0.3.15

Latest

Choose a tag to compare

@ponylang-main ponylang-main released this 10 Aug 05:08
· 3 commits to main since this release

Reduce retry delay when PR isn't immediately available

The bot previously used exponential backoff when a merged PR wasn't immediately available in the GitHub search API, waiting up to 5 minutes across 5 retries. The delay is now two retries at 15 and 30 seconds. The longer exponential backoff still applies to rate limit and connection errors.

[0.3.15] - 2026-08-10

Changed

  • Reduce retry delay when PR isn't immediately available (PR #85)