From 884e8299d1b53ef2551d7ed171c9f9df4170c4c2 Mon Sep 17 00:00:00 2001 From: vfdev Date: Wed, 11 Sep 2019 16:26:27 +0200 Subject: [PATCH] typo ? Should not this be cvat_redis -> redis ? --- supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index 8ed246da..554ae6fa 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -23,7 +23,7 @@ priority=1 autorestart=true [program:rqworker_default] -command=%(ENV_HOME)s/wait-for-it.sh cvat_redis:6379 -t 0 -- bash -ic \ +command=%(ENV_HOME)s/wait-for-it.sh redis:6379 -t 0 -- bash -ic \ "exec /usr/bin/python3 %(ENV_HOME)s/manage.py rqworker -v 3 default" environment=SSH_AUTH_SOCK="/tmp/ssh-agent.sock" numprocs=2