You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a possible on-call improvement so that we don't need to add custom code to each celery task to get its code owner marked.
This was tried in openedx/edx-platform#33179, but it didn't work for New Relic instrumentation. It may be that Datadog is using the signals, and this might possibly work.
Related, the community probably doesn't care about codeowner, but 2U doesn't yet have its own universal 2u-django-utils.
The text was updated successfully, but these errors were encountered:
If this code is only used by 2U in a plugin, we could try the signal handler, but could also potentially use Datadog's span creation callbacks that we've used for other diagnostics.
Note: This is related to our ability to potentially DEPR all the codeowner code.
This is a possible on-call improvement so that we don't need to add custom code to each celery task to get its code owner marked.
This was tried in openedx/edx-platform#33179, but it didn't work for New Relic instrumentation. It may be that Datadog is using the signals, and this might possibly work.
Related, the community probably doesn't care about codeowner, but 2U doesn't yet have its own universal 2u-django-utils.
The text was updated successfully, but these errors were encountered: