File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
playbooks/roles/edxapp/defaults Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -641,9 +641,10 @@ EDXAPP_DATADOG_PROFILING_ENABLE: "{{EDXAPP_DATADOG_ENABLE and COMMON_ENABLE_DATA
641
641
# spans in the webapp and faceting metrics by service.
642
642
# https://docs.datadoghq.com/tracing/guide/inferred-service-opt-in/?tab=python
643
643
EDXAPP_DATADOG_INFERRED_SERVICES_ENABLE : true
644
- # ddtrace 2.7.9 contains a fix for a pymongo incompatibility.
645
- # (Same fix is present in 2.8.2 on the 2.8.x release line.)
646
- EDXAPP_DDTRACE_PIP_SPEC : ' ddtrace>=2.7.9'
644
+
645
+ # We are seeing issues with celery processing tasks with later versions of ddtrace,
646
+ # so this pin is in place until we understand what's going on.
647
+ EDXAPP_DDTRACE_PIP_SPEC : ' ddtrace==3.8.1'
647
648
648
649
EDXAPP_ORA2_FILE_PREFIX : ' {{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}/ora2'
649
650
EDXAPP_FILE_UPLOAD_STORAGE_BUCKET_NAME : ' {{ EDXAPP_AWS_STORAGE_BUCKET_NAME }}'
You can’t perform that action at this time.
0 commit comments