nanos / FediFetcher

FediFetcher is a tool for Mastodon that automatically fetches missing replies and posts from other fediverse instances, and adds them to your own Mastodon instance.
https://blog.thms.uk/fedifetcher?utm_source=github
MIT License
297 stars 215 forks source link

remove redundant code for retrying on HTTP 429 #71

Closed ToadKing closed 10 months ago

ToadKing commented 11 months ago

As mentioned in https://github.com/nanos/FediFetcher/pull/66#issuecomment-1662996938, I think these rate limit checks in the get_* functions are redundant because the get and post functions already do those checks. I haven't been able to trigger any rate limiting in my testing though so this probably shouldn't be merged until you can actually check to see if it works.

nanos commented 10 months ago

Thanks. Been running this for a good few days, and it seems to work fine. 👍