mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
a8e81729fb
This better matches how Pony.fm is deployed in production and avoids issues with the database being reconnected in the middle of a database transaction.
9 lines
316 B
Text
9 lines
316 B
Text
[program: ponyfm-worker]
|
|
process_name = %(program_name)s_%(process_num)02d
|
|
command = php /vagrant/artisan queue:listen --queue=default,notifications,indexing --sleep=3 --tries=3
|
|
autostart = true
|
|
autorestart = true
|
|
user = www-data
|
|
numprocs = 4
|
|
redirect_stderr = true
|
|
stdout_logfile = /vagrant/storage/logs/worker.log
|