diff --git a/postorius/mailman-web/uwsgi.ini b/postorius/mailman-web/uwsgi.ini index 4a24c52..543eedd 100644 --- a/postorius/mailman-web/uwsgi.ini +++ b/postorius/mailman-web/uwsgi.ini @@ -21,28 +21,8 @@ threads = 2 uid = mailman gid = mailman -# Setup the django_q related worker processes. -attach-daemon = ./manage.py qcluster - -# Setup hyperkitty's cron jobs. -unique-cron = -1 -1 -1 -1 -1 ./manage.py runjobs minutely -unique-cron = -15 -1 -1 -1 -1 ./manage.py runjobs quarter_hourly -unique-cron = 0 -1 -1 -1 -1 ./manage.py runjobs hourly -unique-cron = 0 0 -1 -1 -1 ./manage.py runjobs daily -unique-cron = 0 0 1 -1 -1 ./manage.py runjobs monthly -unique-cron = 0 0 -1 -1 0 ./manage.py runjobs weekly -unique-cron = 0 0 1 1 -1 ./manage.py runjobs yearly - # Setup the request log. req-logger = file:/opt/mailman-web-data/logs/uwsgi.log -# Log cron seperately. -logger = cron file:/opt/mailman-web-data/logs/uwsgi-cron.log -log-route = cron uwsgi-cron - -# Log qcluster commands seperately. -logger = qcluster file:/opt/mailman-web-data/logs/uwsgi-qcluster.log -log-route = qcluster uwsgi-daemons - # Last log and it logs the rest of the stuff. logger = file:/opt/mailman-web-data/logs/uwsgi-error.log