We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From time to time you will see error like:
retrying request in 10 second(s), at attempt 1, attempts left
Apparently this is a 429 rate exceeded request. A few improvements can be made:
The text was updated successfully, but these errors were encountered:
Would a json format be good for that? Something like this:
[2024-02-06T00:41:29Z WARN thegarii::client] { "endpoint": "https://arweave.net/", "path": "tx/G0-ZqnrrAtAZOoqzrKk5atyNIpms3g57CBjumxThtPE", "status": "429 Too Many Requests", "retry_in": 10, "attempts": 1, "attempts_left": 99 }
Sorry, something went wrong.
looks much better
next_endpoint
No branches or pull requests
From time to time you will see error like:
retrying request in 10 second(s), at attempt 1, attempts left
Apparently this is a 429 rate exceeded request. A few improvements can be made:
The text was updated successfully, but these errors were encountered: