Skip to content

Instantly share code, notes, and snippets.

@saadbinakhlaq
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saadbinakhlaq/1d7cfa8013686869a957 to your computer and use it in GitHub Desktop.
Save saadbinakhlaq/1d7cfa8013686869a957 to your computer and use it in GitHub Desktop.
(master)~/Projects/flask-sockets-tutorial$ gunicorn --worker-class socketio.sgunicorn.GeventSocketIOWorker main:app
2014-05-12 17:50:28 [4666] [INFO] Starting gunicorn 18.0
2014-05-12 17:50:28 [4666] [INFO] Listening at: http://127.0.0.1:8000 (4666)
2014-05-12 17:50:28 [4666] [INFO] Using worker: socketio.sgunicorn.GeventSocketIOWorker
2014-05-12 17:50:28 [4670] [INFO] Booting worker with pid: 4670
* Restarting with reloader
2014-05-12 17:50:29 [4671] [INFO] Starting gunicorn 18.0
2014-05-12 17:50:29 [4671] [ERROR] Connection in use: ('127.0.0.1', 8000)
2014-05-12 17:50:29 [4671] [ERROR] Retrying in 1 second.
2014-05-12 17:50:30 [4671] [ERROR] Connection in use: ('127.0.0.1', 8000)
2014-05-12 17:50:30 [4671] [ERROR] Retrying in 1 second.
^C2014-05-12 17:50:30 [4670] [INFO] Worker exiting (pid: 4670)
2014-05-12 17:50:30 [4666] [INFO] Handling signal: int
Exception SystemExit: 0 in <module 'threading' from '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.pyc'> ignored
2014-05-12 17:50:30 [4666] [INFO] Shutting down: Master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment