Skip to content

Commit

Permalink
typo ?
Browse files Browse the repository at this point in the history
Should not this be cvat_redis -> redis ?
  • Loading branch information
vfdev-5 authored Sep 11, 2019
1 parent 38cf6d4 commit 884e829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 884e829

Please sign in to comment.