Skip to content

feat(tasks): Create new queue for auto-resolve-issues tasks #56622

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

NisanthanNanthakumar
Copy link
Contributor

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.

@NisanthanNanthakumar NisanthanNanthakumar requested a review from a team September 20, 2023 22:34
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Sep 20, 2023
@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #56622 (d32c410) into master (50248e0) will increase coverage by 0.00%.
Report is 4 commits behind head on master.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #56622   +/-   ##
=======================================
  Coverage   78.63%   78.64%           
=======================================
  Files        5083     5083           
  Lines      219150   219152    +2     
  Branches    37102    37103    +1     
=======================================
+ Hits       172328   172347   +19     
+ Misses      41244    41225   -19     
- Partials     5578     5580    +2     
Files Changed Coverage
src/sentry/conf/server.py ø
...p/views/alerts/rules/issue/details/ruleDetails.tsx ø

@NisanthanNanthakumar NisanthanNanthakumar merged commit 716e78c into master Sep 21, 2023
@NisanthanNanthakumar NisanthanNanthakumar deleted the create-new-queue-for-auto-resolve-issues-tasks branch September 21, 2023 16:39
michellewzhang pushed a commit that referenced this pull request Sep 21, 2023
## 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.
@github-actions github-actions bot locked and limited conversation to collaborators Oct 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants