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.

18 lines
399 B

  1. [uwsgi]
  2. master
  3. die-on-term
  4. http-socket = :8000
  5. harakiri = 10
  6. post-buffering = 4096
  7. processes = 4
  8. enable-threads
  9. threads = 1
  10. chdir = /opt/healthchecks
  11. module = hc.wsgi:application
  12. thunder-lock
  13. disable-write-exception
  14. static-map = /static=/opt/healthchecks/static-collected
  15. hook-pre-app = exec:./manage.py migrate
  16. attach-daemon = ./manage.py sendalerts
  17. attach-daemon = ./manage.py sendreports --loop