Files
notifications-api/gunicorn_entry.py
2025-07-29 07:55:48 -07:00

10 lines
167 B
Python

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