|
/www/server/mdserver-web/app.py:33: MonkeyPatchWarning: Monkey-patching ssl after ssl has already been imported may lead to errors, including RecursionError on Python 3.6. It may also silently lead to incorrect behaviour on Python 3.7. Please monkey-patch earlier. See https://github.com/gevent/gevent/issues/1016. Modules that had direct imports (NOT patched): ['urllib3.util (/www/server/mdserver-web/lib/python3.11/site-packages/urllib3/util/__init__.py)', 'urllib3.util.ssl_ (/www/server/mdserver-web/lib/python3.11/site-packages/urllib3/util/ssl_.py)'].
monkey.patch_all()
[2023-09-13 10:40:52 -0400] [2590] [INFO] Starting gunicorn 20.1.0
[2023-09-13 10:40:52 -0400] [2590] [INFO] Listening at: http://0.0.0.0:35994 (2590)
[2023-09-13 10:40:52 -0400] [2590] [INFO] Using worker: geventwebsocket.gunicorn.workers.GeventWebSocketWorker
[2023-09-13 10:40:52 -0400] [2794] [INFO] Booting worker with pid: 2794 |
|