Worker exiting
Jump to navigation
Jump to search
CMD gunicorn api_handler:app \
--bind 0.0.0.0:${GUNICORN_PORT} \
--timeout ${GUNICORN_TIMEOUT} \
--workers ${GUNICORN_WORKERS} \
--log-level DEBUG \
--capture-output \
--reload
gnunicorn: master gnunicorn: worker
Autorestarting worker after current request.
See also[edit]
gunicorn [ --check-config | --help ]
Advertising: