We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ecf74 commit ce103c2Copy full SHA for ce103c2
src/sentry/tasks/seer/lightweight_rca_cluster.py
@@ -29,3 +29,4 @@ def trigger_lightweight_rca_cluster_task(group_id: int, **kwargs) -> None:
29
"lightweight_rca_cluster_task.failed",
30
extra={"group_id": group_id},
31
)
32
+ raise
0 commit comments