Deploy Ladill Transfer / deploy (push) Successful in 48s
Map MAIL_ENCRYPTION to a valid SMTP scheme, send recipient notifications synchronously, document mail/queue env vars, and add a supervisor worker template. Co-authored-by: Cursor <cursoragent@cursor.com>
15 lines
476 B
Plaintext
15 lines
476 B
Plaintext
[program:ladill-transfer-worker]
|
|
process_name=%(program_name)s_%(process_num)02d
|
|
command=php /var/www/ladill-transfer/current/artisan queue:work database --sleep=3 --tries=3 --timeout=2100 --max-time=3600 --max-jobs=1000
|
|
autostart=true
|
|
autorestart=true
|
|
stopasgroup=true
|
|
killasgroup=true
|
|
user=www-data
|
|
numprocs=1
|
|
redirect_stderr=true
|
|
stdout_logfile=/var/www/ladill-transfer/shared/storage/logs/worker.log
|
|
stdout_logfile_maxbytes=10MB
|
|
stdout_logfile_backups=5
|
|
stopwaitsecs=3600
|