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 a flag to opt-in to Bucket cleanup. #887

Open
jschwartzentruber opened this issue Feb 21, 2023 · 0 comments
Open

Add a flag to opt-in to Bucket cleanup. #887

jschwartzentruber opened this issue Feb 21, 2023 · 0 comments

Comments

@jschwartzentruber
Copy link
Contributor

We have Buckets that are very easy to reproduce, that constantly collect crashes that aren't useful after the report has been filed. These buckets grow unbounded because bucketed crashes are not automatically cleaned up.

We should add flag to allow bucket creators to opt-in to the normal periodic crash cleanup threshold. (delete crashes older than x days).

As a safety mechanism, we could add a minimum fill threshold as well (don't cleanup if less than x crashes) so that the bucket is never completely emptied by this cleanup process, if the crash is fixed or stops matching the signature.

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