Skip to content
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

Change relayer to wait for bundled runtime version(s) if it is started in bundled-version mode #2891

Closed
svyatonik opened this issue Mar 25, 2024 · 1 comment

Comments

@svyatonik
Copy link
Contributor

Suggestion by @PierreBesson (thanks!): if relayer starts with a bundled-version mode (i.e. no --version-mode=Auto or something like that), let's wait until chain has the bundled version before actually starting relayer. That would allow us to e.g. keep running old relayer and at the same time deploy relayer for upcoming upgrade. So when upgrade happens, we won't need to deploy our relayer manually. I thought that we may do the same because of our relayer guard (so new relayer version will keep crashing until upgrade), but there's a backoff limit to restarts => it isn't good.

@svyatonik
Copy link
Contributor Author

This is already implemented in #2894 and behavior will be the same in #2956 implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant