-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Allow fallback to local bindings server if remote is down #1765
Labels
enhancement
New feature or request
Comments
krzema12
added a commit
that referenced
this issue
Jan 13, 2025
This was referenced Jan 13, 2025
krzema12
added a commit
that referenced
this issue
Jan 13, 2025
krzema12
added a commit
that referenced
this issue
Jan 13, 2025
krzema12
added a commit
that referenced
this issue
Jan 13, 2025
Here's a feature that would let the users mitigate the problem only for the consistency check jobs (running on CI): #1767 |
krzema12
added a commit
that referenced
this issue
Jan 13, 2025
Leaving open to remember about at least trying to cover other cases, like:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
We've recently had an incident where the bindings server under https://bindings.krzeminski.it/ was down or unstable. Because of this, the users experienced CI failures and couldn't develop the workflows.
Proposed approach
Let's add a mode where the logic detects that the remote server is down, and a local instance of the server is started. To start with, it should be an opt-in feature, but in the longer run, we can make it the default behavior.
Let's build a PoC first: #1766
The text was updated successfully, but these errors were encountered: