You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
Feature request: see how many request can be made or if there is a cooling down period active. I use this library to power a CMS and request SSL certificates for the sites running this CMS. From time to time a lot of certificates need to be requested and I get a response from the API HTTP/1.1 429 Too Many Requests indicating this is too much.
Would be nice to be able to see before running a bulk of renewals if there are any requests left.
The text was updated successfully, but these errors were encountered:
I think this is the problem you're running into. As far as I know it's not possible by code to check how many requests you can still make. I would suggest you create a monitor on your CMS that keeps track of your requests and compares it with shown limits. Personally, I do not have any spare time at this moment to work on this project or expand it unfortunately.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature request: see how many request can be made or if there is a cooling down period active. I use this library to power a CMS and request SSL certificates for the sites running this CMS. From time to time a lot of certificates need to be requested and I get a response from the API
HTTP/1.1 429 Too Many Requests
indicating this is too much.Would be nice to be able to see before running a bulk of renewals if there are any requests left.
The text was updated successfully, but these errors were encountered: