-
Notifications
You must be signed in to change notification settings - Fork 6
Add fallback simcore traefik routes #950
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
Open
YuryHrytsuk
wants to merge
12
commits into
ITISFoundation:main
Choose a base branch
from
YuryHrytsuk:traefik-fallback-service
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add fallback simcore traefik routes #950
YuryHrytsuk
wants to merge
12
commits into
ITISFoundation:main
from
YuryHrytsuk:traefik-fallback-service
Conversation
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
This was referenced Jan 30, 2025
Next progress shall be done during sprint that follows |
Traefik placeholder will be used to define low priority traeifk configuration that will kick in once main docker serviec is not heathy (its configuration is removed)
This shall be done in separate PR. First we introduce proper 503 status codes and then we sync about serving some content
Check first commit for explanations
YuryHrytsuk
added a commit
to YuryHrytsuk/osparc-simcore
that referenced
this pull request
Jun 13, 2025
Add fallback routes that will take effect once main services (e.g. webserver is not in `running` state). Once service is not in `running` state, its configuration is removed from traefik leading to 404. Related Issue(s): * ITISFoundation/osparc-ops-environments#218 Related PR(s): * ITISFoundation/osparc-ops-environments#950
1 task
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.
What do these changes do?
Read more in ITISFoundation/osparc-simcore#7899
Next steps
Serve custom html / json content to users if service is not in
running
state but keep 503 errors coming from arunning
(docker healthy) andready
(traefik lb healthy) servicesRelated issue/s
Related PR/s
Checklist