Skip to content
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

Add Reset Queue Command #3414

Merged
merged 7 commits into from
Jul 30, 2020
Merged

Conversation

yycptt
Copy link
Contributor

@yycptt yycptt commented Jul 28, 2020

What changed?

  • New admin CLI command for reseting queue processor states to only one processing queue

Why?

  • Reset queue is useful as an oncall tool and for mitigating issues cause by bugs in the multi-cursor processing logic
  • Make it easier to adding other actions that need to be performed on the queue processor

How did you test it?
Unit test

Potential risks
N/A, feature flag disabled

@yycptt yycptt requested a review from yux0 July 28, 2020 18:36
@coveralls
Copy link

coveralls commented Jul 28, 2020

Coverage Status

Coverage decreased (-0.2%) to 67.598% when pulling 1ced8db on yycptt:reset-queue-action into 6c18bc6 on uber:master.

@yycptt yycptt merged commit 50ca22b into cadence-workflow:master Jul 30, 2020
@yycptt yycptt deleted the reset-queue-action branch July 30, 2020 19:27
yux0 pushed a commit to yux0/cadence that referenced this pull request May 4, 2021
* New admin CLI command for reseting queue processor states to only one processing queue
* Make it easier to adding other actions that need to be performed by the queue processor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants