mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 06:32:11 -05: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