fix validator onbaording retry logic to avoid failing on archived contracts#5470
Open
fix validator onbaording retry logic to avoid failing on archived contracts#5470
Conversation
…tracts [ci] Signed-off-by: Mateusz Błażejewski <mateusz.blazejewski@digitalasset.com>
Contributor
Author
|
@martinflorian-da I think this wasn't it. |
Contributor
@mblaze-da looking at the logs for why this wasn't enough... We might need to replicate something like this here then also for validator onboarding: |
Contributor
|
OK I think that this fix is not solving our issue because the retries happen so fast and it all times out so quickly that the SV app doesn't have time to notice the change (i.e., ingestion doesn't happen in time) Fixing the client side seems the more clean fix after all. I'd also open a new PR for that. About this PR: on the fence. I think it is more correct, but also with the insight that retries happen so fast I don't think it makes a dent in practice. I'd lean towards not merging.are so short and quick. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: https://github.com/DACH-NY/cn-test-failures/issues/8335