Skip to content

Commit

Permalink
Fixed workers timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
eppak committed Oct 2, 2021
1 parent 77e0abb commit 59000a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/events.sculptor.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[program:sculptor_events]
process_name=%(program_name)s_%(process_num)02d
command=/usr/bin/php /var/www/html/current/artisan queue:work --queue=events --daemon
command=/usr/bin/php /var/www/html/current/artisan queue:work --queue=events --daemon --timeout=0
autostart=true
autorestart=true
user={USER}
Expand Down
2 changes: 1 addition & 1 deletion templates/system.sculptor.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[program:sculptor_system]
process_name=%(program_name)s_%(process_num)02d
command=sudo /usr/bin/php /var/www/html/current/artisan queue:work --queue=system --daemon
command=sudo /usr/bin/php /var/www/html/current/artisan queue:work --queue=system --daemon --timeout=0
autostart=true
autorestart=true
user={USER}
Expand Down

0 comments on commit 59000a2

Please sign in to comment.