We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4698e7e commit 2c74b04Copy full SHA for 2c74b04
src/deploy/NVA_build/cert_manager.sh
@@ -222,7 +222,7 @@ restart_processes() {
222
# Check if we're in a core pod (supervisord available) or endpoint pod
223
if command -v supervisorctl >/dev/null 2>&1 && supervisorctl status >/dev/null 2>&1; then
224
log "Restarting processes using supervisorctl"
225
- if ! supervisorctl restart all; then
+ if ! supervisorctl restart bg_workers hosted_agents webserver; then
226
log_error "failed to restart processes using supervisorctl"
227
return 1
228
fi
0 commit comments