openedx / edx-django-utils

edX utilities for Django Application development.
https://edx.readthedocs.io/projects/edx-django-utils/en/latest/
Apache License 2.0
26 stars 20 forks source link

feat: Add wrapper for New Relic's background_task. #246

Closed dianakhuang closed 2 years ago

dianakhuang commented 2 years ago

We would like to be able to add our own custom handling to background task monitoring, so we added a simple wrapper around it.