diff --git a/changelog.d/20250109_195116_roman_restart_webhooks.md b/changelog.d/20250109_195116_roman_restart_webhooks.md new file mode 100644 index 000000000000..bad05c5b281e --- /dev/null +++ b/changelog.d/20250109_195116_roman_restart_webhooks.md @@ -0,0 +1,4 @@ +### Fixed + +- Fixed webhook worker not restarting after losing Redis connection + () diff --git a/supervisord/worker.webhooks.conf b/supervisord/worker.webhooks.conf index 3884f386f96f..e3401b48b95b 100644 --- a/supervisord/worker.webhooks.conf +++ b/supervisord/worker.webhooks.conf @@ -23,6 +23,7 @@ command=%(ENV_HOME)s/wait_for_deps.sh environment=VECTOR_EVENT_HANDLER="SynchronousLogstashHandler",CVAT_POSTGRES_APPLICATION_NAME="cvat:worker:webhooks" numprocs=%(ENV_NUMPROCS)s process_name=%(program_name)s-%(process_num)d +autorestart=true [program:smokescreen] command=smokescreen --listen-ip=127.0.0.1 %(ENV_SMOKESCREEN_OPTS)s