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

Notify when buckets stop seeing crashes #837

Open
jschwartzentruber opened this issue May 25, 2022 · 0 comments
Open

Notify when buckets stop seeing crashes #837

jschwartzentruber opened this issue May 25, 2022 · 0 comments

Comments

@jschwartzentruber
Copy link
Contributor

A query like this on the CrashManager signatures view shows all buckets that haven't received a crash in the past 6 months:

{
  "op": "AND",
  "permanent": false,
  "_": {
    "op": "NOT",
    "crashentry__created__gt": "2021-11-25T18:00:00Z"
  }
}

It would be useful to add a weekly cron to generate a notification if any new buckets cross a time threshold (like settings.CLEANUP_CRASHES_AFTER_DAYS). It should link to the signatures view using the above query.

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