Skip to content

Commit

Permalink
fix exception in notification plugin stopping further processing of f…
Browse files Browse the repository at this point in the history
…ailure alerts
vikwin authored Jan 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 31d9967 commit bd827fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/notifications/tasks.py
Original file line number Diff line number Diff line change
@@ -144,3 +144,5 @@ def send_failure_alerts(
plugin.instance.send_failure_alert(context=context)
except NotImplementedError:
pass
except Exception:
capture_exception()

0 comments on commit bd827fe

Please sign in to comment.