dmarx / psaw

Python Pushshift.io API Wrapper (for comment/submission search)
BSD 2-Clause "Simplified" License
361 stars 53 forks source link

unexpected rate limiting behaviour #89

Closed mattpodolak closed 3 years ago

mattpodolak commented 3 years ago

I'm using the search_submissions method of the api, using the default rate limits and my calls for submissions keep erroring out with a code 429, and the code exits even though it says it will retry after backoff.

Was there a change to how rate limiting is being handled by pushshift?