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 6f9d2d1 commit 4905a86Copy full SHA for 4905a86
src/sentry/tasks/seer/lightweight_rca_cluster.py
@@ -9,9 +9,7 @@
9
10
@instrumented_task(
11
name="sentry.tasks.seer.lightweight_rca_cluster.trigger_lightweight_rca_cluster_task",
12
- queue="default",
13
- max_retries=0,
14
- taskworker_namespace=issues_tasks,
+ namespace=issues_tasks,
15
)
16
def trigger_lightweight_rca_cluster_task(group_id: int, **kwargs) -> None:
17
from sentry.seer.supergroups.lightweight_rca_cluster import trigger_lightweight_rca_cluster
0 commit comments