update: conf

This commit is contained in:
Павел Лопатин 2025-04-09 14:22:46 +03:00
parent 69f02096da
commit 0747980af2

View File

@ -6,7 +6,7 @@ stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
[program:myworker]
command = python3 /app/manage.py rqworker default
command = python3 /app/manage.py rqworker default --name %(process_num)s --with-scheduler
process_name = %(program_name)s-%(process_num)s
numprocs = 10
directory = /app