Skip to content

Commit ce103c2

Browse files
committed
fix(seer): Re-raise exceptions in lightweight RCA cluster task
Log the exception for Sentry visibility, then re-raise so the task is marked as failed in monitoring.
1 parent 87ecf74 commit ce103c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/tasks/seer/lightweight_rca_cluster.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ def trigger_lightweight_rca_cluster_task(group_id: int, **kwargs) -> None:
2929
"lightweight_rca_cluster_task.failed",
3030
extra={"group_id": group_id},
3131
)
32+
raise

0 commit comments

Comments
 (0)