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

Implement proper backoff to handle arbitrarily failing messages #29

Merged
merged 10 commits into from
Oct 31, 2023

Conversation

boreq
Copy link
Contributor

@boreq boreq commented Oct 31, 2023

My theory is that different Twitter accounts have different APi limits therefore one tweet can fail to post blocking all subsequent tweets which would not fail to post. This could happen if someone uses other Twitter bots with their account using up their API quotas.

This isn't certain since responses from Twitter API don't indicate what the problem is at all apart from claiming that we are making "Too many requests" even though in the same response it is clear that we haven't even used 1% of claimed limit.

@boreq boreq merged commit 40739b2 into main Oct 31, 2023
1 check passed
@boreq boreq deleted the migrations branch October 31, 2023 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant