-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Stream fallback: error handler #12061
Stream fallback: error handler #12061
Conversation
* return timeout for retry interval * identify retryTimeout + placeholder for err handler * err codes * comments * added function and tests for handling err code
* err codes for conditionals * unit tests for conditional
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
core/services/ocr2/plugins/ocr2keeper/evmregistry/v21/encoding/interface.go
Outdated
Show resolved
Hide resolved
…r, fix some minor comments (typo and test)
…handler Call check error handler within mercury
core/services/ocr2/plugins/ocr2keeper/evmregistry/v21/mercury/v03/request.go
Outdated
Show resolved
Hide resolved
- server timeout - unauthorized - bad req - internal server err - not found
…er-integration-test Error handler integration test
CRIB Environment Details ℹ️CRIB activated via the 'crib' label. To destroy the environment, remove the 'crib' PR label or close the PR. Please review the following details: SubdomainsUse these subdomains to access the CRIB environment. They are prefixes to the internal base domain.
|
Quality Gate passedIssues Measures |
Closing PR since github UI is not updating with latest commits. Will open up a new one and link here |
New PR #12173 |
AUTO-9004