Skip to content

Commit

Permalink
Add schedule:work
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Apr 20, 2023
1 parent 53ace65 commit 11d4869
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions runtimes/8.2/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ pidfile=/var/run/supervisord.pid
command=/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80
user=sail
environment=LARAVEL_SAIL="1"
priority=100
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

[program:schedule]
command=/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan schedule:work
user=sail
environment=LARAVEL_SAIL="1"
priority=200
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
Expand Down

0 comments on commit 11d4869

Please sign in to comment.