node-acme-client icon indicating copy to clipboard operation
node-acme-client copied to clipboard

ZeroSSL 429 Too Many Requests

Open si458 opened this issue 1 year ago • 0 comments

ZeroSSL implement a 429 Too Many Requests error if you fire too many requests at once, even tho the code does one thing after another rather than all at once, you can still hit this limit what should happen is IF you hot a 429 error, it should retry the request 1-2 seconds later,

im hitting this problem at different stages. sometimes i hit it when requesting 5 domains, at the newNonce stage and sometimes i hit it at the after the newNonce but when it tries to get the challenges

https://github.com/cert-manager/cert-manager/issues/5867

si458 avatar May 10 '24 15:05 si458