Files
notifications-api/gunicorn_entry.py

7 lines
136 B
Python
Raw Normal View History

# from gevent import monkey
# commenting out while we disable gevent
# monkey.patch_all()
from application import application # noqa