Skip to content

Commit c576d04

Browse files
authored
Fix Scheduler mode (#65)
1 parent fa01d84 commit c576d04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/supervisord.scheduler.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pidfile=/var/run/supervisord.pid
88
process_name=%(program_name)s_%(process_num)02d
99
command=supercronic -overlapping /etc/supercronic/laravel
1010
user=%(ENV_USER)s
11-
autostart=%(ENV_WITH_SCHEDULER)s
11+
autostart=true
1212
autorestart=true
1313
stdout_logfile=/dev/stdout
1414
stdout_logfile_maxbytes=0
@@ -19,7 +19,7 @@ stderr_logfile_maxbytes=0
1919
process_name=%(program_name)s_%(process_num)02d
2020
command=php %(ENV_ROOT)s/artisan schedule:clear-cache
2121
user=%(ENV_USER)s
22-
autostart=%(ENV_WITH_SCHEDULER)s
22+
autostart=true
2323
autorestart=false
2424
stdout_logfile=/dev/stdout
2525
stdout_logfile_maxbytes=0

0 commit comments

Comments
 (0)