We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa01d84 commit c576d04Copy full SHA for c576d04
deployment/supervisord.scheduler.conf
@@ -8,7 +8,7 @@ pidfile=/var/run/supervisord.pid
8
process_name=%(program_name)s_%(process_num)02d
9
command=supercronic -overlapping /etc/supercronic/laravel
10
user=%(ENV_USER)s
11
-autostart=%(ENV_WITH_SCHEDULER)s
+autostart=true
12
autorestart=true
13
stdout_logfile=/dev/stdout
14
stdout_logfile_maxbytes=0
@@ -19,7 +19,7 @@ stderr_logfile_maxbytes=0
19
20
command=php %(ENV_ROOT)s/artisan schedule:clear-cache
21
22
23
autorestart=false
24
25
0 commit comments