diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-12-07 09:00:02 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-12-07 11:35:11 +0100 |
| commit | 1190297f0bb22bd80fe3edea697e11150d2ada40 (patch) | |
| tree | 5e7f7275409f51db3b9679c9537b5c80de3c0029 /sys/linux/test | |
| parent | f80ce148aeb891e3335fb38ed9b48b005ca76529 (diff) | |
dashboard/app: don't report more than 3 bugs at once
We started getting lots of the following errors:
Dec 07 07:40: Exceeded soft memory limit of 256 MB with 340 MB after servicing 57 requests total.
Consider setting a larger instance class in app.yaml. (/api)
Dec 07 07:45: Exceeded soft memory limit of 256 MB with 395 MB after servicing 113 requests total.
Consider setting a larger instance class in app.yaml. (/api)
Dec 07 07:46: Exceeded soft memory limit of 256 MB with 270 MB after servicing 51 requests total.
Consider setting a larger instance class in app.yaml. (/api)
Dec 07 07:47: Exceeded soft memory limit of 256 MB with 420 MB after servicing 43 requests total.
Consider setting a larger instance class in app.yaml. (/api)
This is caused by a sudden spike of bugs that need to be reported.
Number of reported bugs is capped by daily reporting limit,
but it does not seem to be enough.
Cap number of reported bugs explicitly.
Diffstat (limited to 'sys/linux/test')
0 files changed, 0 insertions, 0 deletions
