debian: set spooler-max-tasks for uwsgi (#54627)

This commit is contained in:
Frédéric Péters 2021-06-07 15:30:02 +02:00
parent 20b3ca6412
commit f2e37ff8f9
1 changed files with 2 additions and 0 deletions

2
debian/uwsgi.ini vendored
View File

@ -14,6 +14,8 @@ vacuum = true
spooler-processes = 3
spooler-python-import = chrono.utils.spooler
spooler-max-tasks = 20
# every five minutes
cron = -5 -1 -1 -1 -1 /usr/bin/chrono-manage tenant_command cancel_events --all-tenants -v0
cron = -5 -1 -1 -1 -1 /usr/bin/chrono-manage tenant_command send_email_notifications --all-tenants -v0