Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry on timeout should be configurable #46

Open
eschnou opened this issue Jan 8, 2025 · 0 comments
Open

Retry on timeout should be configurable #46

eschnou opened this issue Jan 8, 2025 · 0 comments
Labels
good first issue Good for newcomers

Comments

@eschnou
Copy link

eschnou commented Jan 8, 2025

Issue

At the moment there is a snowball effect between Eliza and this client when being rate limited by Twitter.

  • the client will automatically retry as long as rate limited (not sure it is a great idea by the way 😅)
  • but Eliza timeous after 15 seconds on its side, it will try again on the next poll which by default is 2 minutes

It is unclear to me if this leads to a growing pile of requests waiting until rate limit is being reset.

Expectation

I'd expect the client to actually error when hitting rate limits so that proper error message can be displayed in eliza logs helping the user adjust his settings to avoid hitting the limit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants