Merge pull request #1868 from GSA/rollback_newrelic_changes

revert newrelic changes and disable gevent
This commit is contained in:
ccostino
2025-07-29 14:16:49 -04:00
committed by GitHub
7 changed files with 11 additions and 12 deletions

View File

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