You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…sidecar (#1788)
## Summary
This changes sequencer initialization to be blocked while attempting to
connect to the oracle sidecar (if configured to use the sidecar), and to
fail if repeated connection attempts fail.
## Background
This was a todo in the code.
## Changes
- Added blocking retry logic around creating a connected oracle client.
## Testing
Added a unit test to confirm the process waits for the expected
duration. We could probably do with adding gRPC mock tests for the
sidecar, but I think that's outside the scope of this PR.
## Changelogs
No updates required as this is (effectively) a feature branch which will
have all relevant changelogs updated as one of the final steps of
completing the feature.
## Related Issues
Closes#1787
---------
Co-authored-by: elizabeth <[email protected]>
Co-authored-by: Richard Janis Goldschmidt <[email protected]>
Change the initial attempt to retrieve data from the Connect oracle service so that:
┆Issue Number: ENG-996
The text was updated successfully, but these errors were encountered: