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 prober to alert when there are unapplied changes and task workers have 0 tasks #3828

Closed
bjester opened this issue Nov 21, 2022 · 1 comment

Comments

@bjester
Copy link
Member

bjester commented Nov 21, 2022

Background

We have probers that run in an isolated environment and detect certain scenarios so that we can be alerted when the scenarios occur. Some probers use internal API endpoints to detect these scenarios.

Desired behavior

  • An internal API endpoint should exist that returns the quantity of tasks actively being processed by task workers, and the quantity of unapplied changes in the database
  • A prober should raise an exception when the quantity of changes is non-zero and the quantity of tasks actively being processed by task workers is zero

Value add

  • Helps to alert us if our task processing of changes isn't working properly
@bjester
Copy link
Member Author

bjester commented Dec 5, 2022

Addressed in #3855

@bjester bjester closed this as completed Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant