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

Entity cache: option to allow starting without a valid Redis connection #4334

Closed
Geal opened this issue Dec 5, 2023 · 0 comments · Fixed by #4534
Closed

Entity cache: option to allow starting without a valid Redis connection #4334

Geal opened this issue Dec 5, 2023 · 0 comments · Fixed by #4534
Assignees

Comments

@Geal
Copy link
Contributor

Geal commented Dec 5, 2023

right now, if we get an error when inserting or retrieving data from redis, the query will still be executed normally. But if we can't contact redis on startup, the router won't start. It could be useful to have an option for a fail open start, where the router will still start and serve traffic, even if redis is not available

@Geal Geal self-assigned this Jan 15, 2024
Geal added a commit that referenced this issue Feb 22, 2024
Fix #4334

This option allows the router to start even if we cannot connect to
Redis.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant