agency-swarm
agency-swarm copied to clipboard
Increase max_retries from 5 to 10
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