Implement some back-off strategy for Intermittent bug closing.
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
Research direction
Start by locating the intermittent bug closing and reopen-notification logic in the bugbot codebase, then trace how each reopen determines the next closing interval. Clarify whether linear or exponential backoff is intended and verify that repeated reopens produce fewer notification events while the existing closing behavior remains intact.
Written by the indexing model from the issue text.
Description
Due to the 3 (or 2) week intermittent bug closing behavior, I'm getting 20-30 mails per week for closing intermittent bugs and 20-30 mails per week for reopening these bugs from the 10 bugzilla components I'm subscribed to.
This is annoying and creates a lot of noise.
Please implement either exponential or linear backoff strategy to reduce the noise of these mails. (time x2 per reopen or time +2 / +3 weeks per reopen).
- Dominant language
- Python
- Stars
- 68
- Forks
- 92
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 16
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from mozilla/bugbot
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
-
Difficulty 3/5 1-2 days Newbie friendliness 66/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100