Files
notifications-admin/gunicorn_entry.py
2025-07-29 14:35:08 -04:00

11 lines
172 B
Python

# from gevent import monkey
# monkey.patch_all()
import newrelic.agent # noqa
newrelic.agent.initialize("./newrelic.ini")
from application import application # noqa