Timeline for answer to How to avoid HTTP error 429 (Too Many Requests) python by davidbrown
Current License: CC BY-SA 4.0
Post Revisions
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 18, 2025 at 8:24 | comment | added | kannic | @yoyo Same here when scraping data off Letterboxd, sometimes seconds differ. Default is 60s. | |
| Apr 12, 2023 at 20:08 | comment | added | yoyo | This may be a simple exmple, but it points to the general shape of how to handle rate limiting - check for 429 status, use info in headers to respond. It was useful to me. | |
| Dec 18, 2020 at 14:39 | comment | added | Henrik Høyer | Way way to simple implementation. The "Retry-After" could be a timestamp instead of a number of seconds. See developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Retry-After | |
| S Sep 1, 2020 at 9:17 | review | Low quality answers | |||
| Sep 1, 2020 at 9:49 | |||||
| S Sep 1, 2020 at 9:17 | review | Late answers | |||
| Sep 1, 2020 at 9:41 | |||||
| Sep 1, 2020 at 8:58 | history | answered | davidbrown | CC BY-SA 4.0 |