Closed
Bug 1352581
Opened 9 years ago
Closed 9 years ago
Figure out why we're double logging in authenticateHawk and stop it
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bstack, Assigned: bstack)
References
Details
While reviewing bstack's patch for 1346013, dustin noticed that we log two times for every authenticateHawk request as shown in https://gist.github.com/djmitche/585ea4a31ed7004b8db29b576cba7788
We'd like to fix this for two reasons:
1. If we're going to start logging that line to kinesis et al, we're going to pay for it and we want to cut that cost in half.
2. This smells like a lot of extra work that we're doing in that request. We should figure out why it is happening and stop doing the extra work.
| Assignee | ||
Comment 1•9 years ago
|
||
Jonas figured out why it was happening so we're going to do https://github.com/taskcluster/taskcluster-lib-api/pull/60 and then I'll go update lib-api in all of our services... again.
| Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Platform Libraries → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•