Closed
Bug 1561338
Opened 5 years ago
Closed 5 years ago
[logging] Ensure that message handlers and oneShot tasks are logging something
Categories
(Taskcluster :: Services, task)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
References
Details
We'll want to see that these processes are running reliably by looking for some kind of logging message from them. Services using tc-lib-iterate already log.
Assignee | ||
Updated•5 years ago
|
Blocks: tc-cloudops
Assignee | ||
Updated•5 years ago
|
Summary: Ensure that message handlers and oneShot tasks are logging something → [logging] Ensure that message handlers and oneShot tasks are logging something
Assignee | ||
Comment 1•5 years ago
|
||
Confirmed for oneShot: every oneShot invocation is timed, so there is some logging output.
Assignee | ||
Comment 2•5 years ago
|
||
Looks like tc-github's handlers should use monitor.timedHandler. Index already does, as does notify. Hooks' listeners already do lots of logging.
Assignee | ||
Comment 3•5 years ago
|
||
I don't know what I was talking about. tc-github uses timedHandler.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•