Skip to content

Instantly share code, notes, and snippets.

@jgram925
Last active June 15, 2019 17:50
Show Gist options
  • Save jgram925/6fcc2f01b2c3ef9e1cd02ff343c770c8 to your computer and use it in GitHub Desktop.
Save jgram925/6fcc2f01b2c3ef9e1cd02ff343c770c8 to your computer and use it in GitHub Desktop.
gunicorn.py
workers = 1
bind = '127.0.0.1:8085'
proc_name = 'calibration'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment