We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e67cb commit 3bc0bc8Copy full SHA for 3bc0bc8
1 file changed
mpcontribs-api/gunicorn.conf.py
@@ -1,8 +1,6 @@
1
-# import ddtrace.auto # noqa: F401
2
-# from ddtrace import patch
+import ddtrace.auto # noqa: F401
3
import os
4
5
-# patch(pymongo=False)
6
bind = "0.0.0.0:{}".format(os.getenv("API_PORT"))
7
worker_class = "gevent"
8
workers = os.getenv("NWORKERS")
0 commit comments