mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-05 08:40:29 -04:00
try to force monkey patching to happen first
This commit is contained in:
5
gunicorn_entry.py
Normal file
5
gunicorn_entry.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from gevent import monkey
|
||||
|
||||
monkey.patch_all()
|
||||
|
||||
from application import application # noqa
|
||||
Reference in New Issue
Block a user