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

Add ignore transaction util #49

Closed tuchfarber closed 4 years ago

tuchfarber commented 4 years ago

Description:

Adds an ignore_transaction utility method. This will allows consuming apps to ignore transaction in views we don't want monitored (like /health/ checks)

JIRA:

No JIRA ticket.

Dependencies:

N/A

Merge deadline:

N/A

Installation instructions:

N/A

Testing instructions:

N/A

Reviewers:

Merge checklist:

Post merge:

Author concerns:

List any concerns about this PR - inelegant solutions, hacks, quick-and-dirty implementations, concerns about migrations, etc.

robrap commented 4 years ago

I’ll merge tomorrow if codecov doesn’t respond.

robrap commented 4 years ago

FYI: codecov/project never reported back, but codecov/patch succeeded, so I am merging.