Files
My-KOPKB/be/docker/common/php-fpm/supervisor/historical-data-scheduler.conf
ISMAIL MASSERAN 94ecbe5887 first init
2026-06-08 11:37:14 +08:00

12 lines
324 B
Plaintext

[program:historical-data-scheduler]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/artisan schedule:work
autostart=true
autorestart=true
user=www-data
redirect_stderr=true
stdout_logfile=/var/www/storage/logs/historical-data-scheduler.log
stopwaitsecs=3600
stopasgroup=true
killasgroup=true
numprocs=1