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

Remove unused SidekiqQueueSizeCheck base class #156

Merged
merged 1 commit into from
Sep 14, 2020

Conversation

benthorner
Copy link
Contributor

https://trello.com/c/zrq6ih4v/528-investigate-removal-of-no-processes-found-for-x-for-apps-with-a-healthcheck

This was once used by Email Alert API 1, but was then changed to
a custom alert 2, which was then removed 3. In general, we should
avoid monitoring the size of a queue, since the fact we have work to
do is not a problem - what matters is whether we can do it.

This was once used by Email Alert API [1], but was then changed to
a custom alert [2], which was then removed [3]. In general, we should
avoid monitoring the size of a queue, since the fact we have work to
do is not a problem - what matters is whether we can do it.

[1]: alphagov/email-alert-api#48
[2]: alphagov/govuk-puppet#10064
[3]: alphagov/govuk-puppet#10534
@benthorner benthorner force-pushed the remove-queue-size-check branch from e73e6c2 to 12d9778 Compare September 11, 2020 12:40
@benthorner benthorner merged commit 2e17ceb into master Sep 14, 2020
@benthorner benthorner deleted the remove-queue-size-check branch September 14, 2020 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants