From b1262258462e35cf47f681a55d78b399fc2c6cf6 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 19 Jun 2020 18:57:37 +0300 Subject: [PATCH] Fixed worker path --- docker/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/supervisord.conf b/docker/supervisord.conf index ed94f03311..43036d9628 100644 --- a/docker/supervisord.conf +++ b/docker/supervisord.conf @@ -168,7 +168,7 @@ stderr_logfile=/dev/stderr stderr_logfile_maxbytes = 0 [program:v1-schedule] -command=php /usr/share/nginx/html/vendor/chrisboulton/php-resque-scheduler/resque-scheduler.php +command=php /usr/share/nginx/html/vendor/bin/resque-scheduler autostart=true autorestart=true priority=10