Projet

Général

Profil

0001-debian-set-spooler-max-tasks-for-uwsgi-54627.patch

Frédéric Péters, 07 juin 2021 15:30

Télécharger (803 octets)

Voir les différences:

Subject: [PATCH] debian: set spooler-max-tasks for uwsgi (#54627)

 debian/uwsgi.ini | 2 ++
 1 file changed, 2 insertions(+)
debian/uwsgi.ini
14 14

  
15 15
spooler-processes = 3
16 16
spooler-python-import = chrono.utils.spooler
17
spooler-max-tasks = 20
18

  
17 19
# every five minutes
18 20
cron = -5 -1 -1 -1 -1 /usr/bin/chrono-manage tenant_command cancel_events --all-tenants -v0
19 21
cron = -5 -1 -1 -1 -1 /usr/bin/chrono-manage tenant_command send_email_notifications --all-tenants -v0
20
-