Skip to content

Commit 0d95748

Browse files
NisanthanNanthakumarmichellewzhang
NisanthanNanthakumar
authored andcommitted
feat(tasks): Create new queue for auto-resolve-issues tasks (#56622)
## Objective: Currently all auto-resolve-issues and auto-transition-issue-states tasks are in the same queue. However, they have different message rates and different worker auto-scaling needs. This is the first PR to migrate the auto-resolve-issues tasks to a separate queue. This PR create the queue.
1 parent aa8bf8e commit 0d95748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/conf/server.py

+1
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,7 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str:
895895
Queue("profiling.statistical_detector", routing_key="profiling.statistical_detector"),
896896
CELERY_ISSUE_STATES_QUEUE,
897897
Queue("nudge.invite_missing_org_members", routing_key="invite_missing_org_members"),
898+
Queue("auto_resolve_issues", routing_key="auto_resolve_issues"),
898899
]
899900

900901
from celery.schedules import crontab

0 commit comments

Comments
 (0)