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

Handle 429 Errors #5

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

danielsimkus
Copy link
Contributor

When trying to parse a lot of logs, I was receiving 429 HTTP Responses from Datadog due to reaching the API Request Limits.

This would mean the application crashes and all progress is lost.

I've made it instead sleep for 1 second and re-attempt the current page until it's successful.

Screenshot 2023-06-20 at 11 52 31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant