-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Manifest URL to output metadata #57
Conversation
Codecov Report
@@ Coverage Diff @@
## main #57 +/- ##
===================================================
+ Coverage 35.17364% 35.58719% +0.41355%
===================================================
Files 17 17
Lines 1123 1124 +1
===================================================
+ Hits 395 400 +5
+ Misses 681 677 -4
Partials 47 47
Continue to review full report at Codecov.
|
@@ -33,6 +33,11 @@ func (d *MistCallbackHandlersCollection) Trigger() httprouter.Handle { | |||
} | |||
|
|||
triggerName := req.Header.Get("X-Trigger") | |||
_ = config.Logger.Log( | |||
"msg", "Received Mist Trigger", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: should we log similarly when we ask mist to add PUSH destinations? Might give us a clue as to why we see 2x PUSH_END triggers firing. I'm suspecting we're inadvertently adding an extra PUSH somewhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call, will add in a new PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.