You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[uwsgi]
|
|
master
|
|
die-on-term
|
|
http-socket = :8000
|
|
harakiri = 10
|
|
post-buffering = 4096
|
|
processes = 4
|
|
enable-threads
|
|
threads = 1
|
|
chdir = /opt/healthchecks
|
|
module = hc.wsgi:application
|
|
thunder-lock
|
|
disable-write-exception
|
|
static-map = /static=/opt/healthchecks/static-collected
|
|
|
|
hook-pre-app = exec:./manage.py migrate
|
|
attach-daemon = ./manage.py sendalerts
|
|
attach-daemon = ./manage.py sendreports --loop
|