Jonathan Vanasco
11 years ago
This might be a bit of an edge case, not sure. I'm wondering how others handle this.
We shut down one of the processes run by supervisord during an extended deployment ( i.e. `supervisorctl stop process`)
Part of the maintenance window included updating some packages on the server and provisioning some new resources for the VPS. a reboot got triggered.
on reboot, supervisod started up and then did what we'd normally want it to -- start all the processes. except we didn't want this process started -- as it had been purposefully shut off before the reboot.
Does anyone have tips/tricks for persisting an "off" across reboots?
We shut down one of the processes run by supervisord during an extended deployment ( i.e. `supervisorctl stop process`)
Part of the maintenance window included updating some packages on the server and provisioning some new resources for the VPS. a reboot got triggered.
on reboot, supervisod started up and then did what we'd normally want it to -- start all the processes. except we didn't want this process started -- as it had been purposefully shut off before the reboot.
Does anyone have tips/tricks for persisting an "off" across reboots?