-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix DATADOG_DIAGNOSTICS_ENABLE feature switch in edx-arch-experiments #771
Comments
I still don't understand why this setting loading was broken -- maybe there's something unusual about the way plugin apps are loaded? This addresses #771
I've figured out why we had this problem in this app -- our plugin app implementation loads each app while the IDA's Django settings module is being imported, which means the Django settings haven't loaded yet. (Even the settings from higher in the file aren't available.) For now I'll add a warning in the plugin apps docs but maybe we want to load plugins differently (e.g. delayed until after settings have loaded.) |
Version 4.1.0 introduced logging of all span-starts for the first 60 seconds of each worker's lifetime. but I configured prod LMS to not use this functionality. Except the feature switch doesn't actually work, so we've had to downgrade to 4.0.0.
A/C:
The text was updated successfully, but these errors were encountered: