Closed
Bug 748774
Opened 13 years ago
Closed 12 years ago
Change collector throttle rules for nightlies
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
45
People
(Reporter: laura, Assigned: laura)
Details
Spin off from bug 741710.
The rule that currently catches 'nightly' handles only exact matches. We need to broaden it for all nightly* builds.
A throttle rule that would catch all of 'nightly-*' could look like this:
('ReleaseChannel', lambda x: x.startswith('nightly'), 100)
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → laura
Comment 1•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/2ecbb280c4637528352099f600c876bd180a52e9
Fixes bug 748774, 100% throttling for all nightly* builds
https://github.com/mozilla/socorro/commit/a1c7332b985ac29d15059880cd100727d46bfba6
Merge pull request #550 from brandonsavage/bug748774
Fixes bug 748774, 100% throttling for all nightly* builds (fix by lauraxt)
Comment 2•13 years ago
|
||
Commit pushed to stage at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/e05378c21da718508499da44ff1726e0ef12543a
Fixes bug 748774, 100% throttling for all nightly* builds
Comment 3•13 years ago
|
||
Commits pushed to stage at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/2ecbb280c4637528352099f600c876bd180a52e9
Fixes bug 748774, 100% throttling for all nightly* builds
https://github.com/mozilla/socorro/commit/a1c7332b985ac29d15059880cd100727d46bfba6
Merge pull request #550 from brandonsavage/bug748774
Comment 4•12 years ago
|
||
This shipped in 45.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: 8 → 45
You need to log in
before you can comment on or make changes to this bug.
Description
•