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
if the system catastrophically shuts down (say GCP decides to nuke all your nodes in a group simultaneously) it can take awhile to rebuild due to code sleeping for 15+ minutes due to acme rate limits.
this should only happen on the node responsible for handling acme challenges the rest should gracefully sleep for random intervals no more than a couple minutes.
bootstrapping from a network share is also delayed due to waiting for the certificate we should be able to bootstrap before a signed certificate is generated.
The text was updated successfully, but these errors were encountered:
if the system catastrophically shuts down (say GCP decides to nuke all your nodes in a group simultaneously) it can take awhile to rebuild due to code sleeping for 15+ minutes due to acme rate limits.
this should only happen on the node responsible for handling acme challenges the rest should gracefully sleep for random intervals no more than a couple minutes.
bootstrapping from a network share is also delayed due to waiting for the certificate we should be able to bootstrap before a signed certificate is generated.
The text was updated successfully, but these errors were encountered: