Difference between revisions of "Worker exiting"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
  
  
 +
 +
CMD gunicorn api_handler:app \
 +
  --bind 0.0.0.0:${GUNICORN_PORT} \
 +
  --timeout ${GUNICORN_TIMEOUT} \
 +
  --workers ${GUNICORN_WORKERS} \
 +
  --log-level DEBUG \
 +
  --capture-output \
 +
  --reload
  
  
 
* {{gunicorn}}
 
* {{gunicorn}}

Revision as of 15:06, 26 December 2022


CMD gunicorn api_handler:app \
  --bind 0.0.0.0:${GUNICORN_PORT} \
  --timeout ${GUNICORN_TIMEOUT} \
  --workers ${GUNICORN_WORKERS} \
  --log-level DEBUG \
  --capture-output \
  --reload


Advertising: