revert newrelic changes and disable gevent

This commit is contained in:
Kenneth Kehl
2025-07-29 10:22:36 -07:00
parent e7cee89624
commit 1eeceb072e
7 changed files with 10 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
from gevent import monkey
# from gevent import monkey
monkey.patch_all()
# commenting out while we disable gevent
# monkey.patch_all()
from application import application # noqa