Closed
Bug 1527416
Opened 7 years ago
Closed 7 years ago
[tc-hooks] fetch hook definition every time a pulse message is received
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
References
Details
We are accidentally caching the hook definition that's present when the pulse listener is first established, and not updating it if the hook changes.
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Comment 2•7 years ago
|
||
This appears to still be happening.
https://tools.taskcluster.net/hooks/garbage/static-analysis appears to not be firing due to a json-e error in an old version of the task definition. https://tools.taskcluster.net/groups/bShOJPrSTdGGK8mXAC80dA/tasks/bShOJPrSTdGGK8mXAC80dA/runs/0/logs/public%2Flogs%2Flive.log is a task that should have triggered it.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 3•7 years ago
|
||
Actually, looking at the papertrail logs, it appears that last-fired isn't getting updated.
Updated•7 years ago
|
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•