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
* When the puppetserver has a high CPU usage normal tasks can often
take longer than anticipated. If the puppetserver is not
ready for requests, the puppet runs will fail and the plan fails
shortly after.
This calls the check_status task to determine if the puppetserver
is not only up but taking requests. This will help prevent unwanted
failures. This code will sleep in 5 second increments up to a total
of 50 seconds. If the puppetserver hasn't calmed down by then we
continue with the plan and let it fail during the puppet run.
0 commit comments