From 217a327744a7c2a9601f4ab807972bce67acf99c Mon Sep 17 00:00:00 2001 From: Jacek Chrapkowski <31657550+jcchr@users.noreply.github.com> Date: Mon, 14 Dec 2020 16:51:33 +0100 Subject: [PATCH] Wrong parametrization of the rqscheduler instance (#2563) Co-authored-by: devuser --- supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index a991b2b9..2191549d 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -43,7 +43,7 @@ numprocs=1 [program:rqscheduler] command=%(ENV_HOME)s/wait-for-it.sh %(ENV_CVAT_REDIS_HOST)s:6379 -t 0 -- bash -ic \ - "/usr/bin/python3 /usr/local/bin/rqscheduler --host redis -i 30" + "/usr/bin/python3 /usr/local/bin/rqscheduler --host %(ENV_CVAT_REDIS_HOST)s -i 30" environment=SSH_AUTH_SOCK="/tmp/ssh-agent.sock" numprocs=1