Prevent race condition on supervisorctl reload (#2343)
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
014dddafbc
commit
f7465a5088
|
@ -20,6 +20,7 @@ function _setup_supervisor
|
||||||
/etc/supervisor/supervisord.conf
|
/etc/supervisor/supervisord.conf
|
||||||
|
|
||||||
supervisorctl reload
|
supervisorctl reload
|
||||||
|
exit
|
||||||
;;
|
;;
|
||||||
|
|
||||||
'warn' )
|
'warn' )
|
||||||
|
|
Loading…
Reference in New Issue