-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
populate retry interval for mercury requests and handle 206 response code #11195
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
I see that you haven't updated any README files. Would it make sense to do so? |
SonarQube Quality Gate |
} | ||
if sl.feedParamKey == feedIdHex && sl.timeParamKey == blockNumber { | ||
// only mercury v0.2 | ||
for i := range sl.feeds { | ||
go r.singleFeedRequest(ctx, ch, i, sl, lggr) | ||
} | ||
} else if sl.feedParamKey == feedIDs && sl.timeParamKey == timestamp { | ||
} else if sl.feedParamKey == feedIDs { |
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.
unrelated
checkResults[i].IneligibilityReason = uint8(encoding.UpkeepFailureReasonMercuryAccessNotAllowed) | ||
continue | ||
} | ||
} else if l.feedParamKey != feedIDs || l.timeParamKey != timestamp { | ||
} else if l.feedParamKey != feedIDs { |
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.
unrelated change
This PR targets AUTO-6936
This PR also targets AUTO-5044
This PR also targets AUTO-7090
This PR also targets AUTO-6956