upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / mailman-web / trunk / mailman-web.uwsgi
blob3ea9b3ea18a9a32b44f307fa787b4106a5a3e558
1 [uwsgi]
2 procname-master = %n
3 master = true
4 plugins = python
5 socket = /run/%n/%n.sock
6 # uncomment for a stats socket, that can be used with uwsgitop
7 # stats = /run/%n/%n-stats.sock
8 uid = mailman-web
9 gid = mailman-web
10 chmod-socket = 660
11 chown-socket = mailman-web:http
12 processes = 10
13 cheaper = 2
14 cheaper-step = 1
15 idle = 120
16 die-on-idle = true
17 module=mailman_web.wsgi:application
18 # Add to python import path.
19 pythonpath = /etc/webapps/%n/
20 home = /
21 touch-reload = %p
22 vacuum = true
23 attach-daemon = django-admin qcluster --pythonpath /etc/webapps/%n --settings settings
24 cron2 = minute=0,hour=0,day=0,week=0,month=0,unique=1 /usr/bin/django-admin runjobs yearly --pythonpath /etc/webapps/%n --settings settings
25 cron2 = minute=0,hour=0,day=0,week=0,unique=1 /usr/bin/django-admin runjobs monthly --pythonpath /etc/webapps/%n --settings settings
26 cron2 = minute=0,hour=0,day=0,unique=1 /usr/bin/django-admin runjobs weekly --pythonpath /etc/webapps/%n --settings settings
27 cron2 = minute=0,hour=0,unique=1 django-admin runjobs daily --pythonpath /etc/webapps/%n --settings settings
28 cron2 = minute=0,unique=1 /usr/bin/django-admin runjobs hourly --pythonpath /etc/webapps/%n --settings settings
29 cron2 = minute=-15,unique=1 /usr/bin/django-admin runjobs quarter_hourly --pythonpath /etc/webapps/%n --settings settings
30 cron2 = unique=1 /usr/bin/django-admin runjobs minutely --pythonpath /etc/webapps/%n --settings settings