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
Make the `nginx.gracefulstop` task poll for the Nginx process until it has
exited, by default. This makes it safe to use as such:
fab preview class:frontend nginx.gracefulstop sdo:reboot
This behaviour can be disabled by passing a boolean argument:
fab preview class:frontend nginx.gracefulstop:wait=False
0 commit comments