mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Log the fact that we're randomly sleeping
This commit is contained in:
parent
c004789053
commit
0cae499738
1 changed files with 1 additions and 0 deletions
|
|
@ -1281,6 +1281,7 @@ def renew(config, unused_plugins):
|
|||
# users all pick the same time for renewals. This delay precedes
|
||||
# running any hooks, so that side effects of the hooks (such as
|
||||
# shutting down a web service) aren't prolonged unnecessarily.
|
||||
logger.info("Non-interactive renewal: delaying for a random time")
|
||||
time.sleep(random.randint(1, 60*8))
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue