Skip to content

Commit 59000a2

Browse files
committed
Fixed workers timeout
1 parent 77e0abb commit 59000a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/events.sculptor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[program:sculptor_events]
22
process_name=%(program_name)s_%(process_num)02d
3-
command=/usr/bin/php /var/www/html/current/artisan queue:work --queue=events --daemon
3+
command=/usr/bin/php /var/www/html/current/artisan queue:work --queue=events --daemon --timeout=0
44
autostart=true
55
autorestart=true
66
user={USER}

templates/system.sculptor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[program:sculptor_system]
22
process_name=%(program_name)s_%(process_num)02d
3-
command=sudo /usr/bin/php /var/www/html/current/artisan queue:work --queue=system --daemon
3+
command=sudo /usr/bin/php /var/www/html/current/artisan queue:work --queue=system --daemon --timeout=0
44
autostart=true
55
autorestart=true
66
user={USER}

0 commit comments

Comments
 (0)