agency-swarm icon indicating copy to clipboard operation
agency-swarm copied to clipboard

Increase max_retries from 5 to 10

Open merlinrabens opened this issue 7 months ago • 2 comments

Users who are on Tier 2 or below usually experience rate limit errors when running the genesis command.

This PR adds two changes:

  • It specifically handles the "rate limit exceeded" error and sleeps for - at least - 60 seconds to avoid running into TPM problems
  • The max_retries is increased from 5 to 10

merlinrabens avatar Jul 08 '24 21:07 merlinrabens