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

added SLEEP_TIME #5334

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

added SLEEP_TIME #5334

wants to merge 1 commit into from

Conversation

aathan
Copy link

@aathan aathan commented Oct 23, 2024

simply adds a variable to configure the SLEEP_TIME between loops

@Neilpang
Copy link
Member

Neilpang commented Nov 3, 2024

why?

@aathan
Copy link
Author

aathan commented Nov 7, 2024

Because zerossl was acting strange and I was not able to get a verification done without increasing the delay between polls OR increasing the number of attempts. While either would increase the total time before failure is declared, polling the service less may help avoid rate limiting imposed by their ingress. It's an easy add, and may help some users.

E.g. $ SLEEP_TIME=60 acme.sh ...

It may also be helpful when debugging acme.sh itself.

Also, why not?

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

Successfully merging this pull request may close these issues.

2 participants