Closed
Bug 1578902
Opened 5 years ago
Closed 5 years ago
[aws provider] Some errors don't get reported to WorkerPoolErrors
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: owlish, Assigned: owlish)
References
Details
The errors that didn't get reported during the load testing:
- InsufficientCapacityErrors
- RequestLimitExceeded
- InsufficientFreeAddressesInSubnet
Assignee | ||
Comment 1•5 years ago
|
||
The errors above were not reported because the workerPool had emailOnError
set to true
. Examining notify
's logs reveals that sending email crashes with an error (which is irrelevant, but it's ConfigError: Missing region in config at Request.VALIDATE_REGION
), so the whole WorkerPool.prototype.reportError
crashes in this case and none of other error reporting methods gets called.
todo: add some error handling to reportError
so that it could have its partial successes
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•