fix scheduled commands

This commit is contained in:
hackerESQ
2024-09-04 19:09:49 -05:00
parent 05dff5b67b
commit 7c618f2e2c
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ stdout_logfile=/var/log/supervisor/redis.log
stderr_logfile=/var/log/supervisor/redis_error.log
[program:scheduler]
command=/usr/local/bin/php /var/www/app/artisan schedule:work
command=php artisan schedule:work
autorestart=true
redirect_stderr=true
stdout_logfile=/dev/stdout
@@ -28,7 +28,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:queue-worker]
command=/usr/local/bin/php /var/www/app/artisan queue:work --sleep=3 --tries=1 --memory=256 --timeout=3600
command=php artisan queue:work --sleep=3 --tries=1 --memory=256 --timeout=3600
process_name=%(program_name)s_%(process_num)02d
autorestart=true
redirect_stderr=true