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

✨ feat: fallback to mongodb when redis is unavailable #516

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

deleteLater
Copy link
Contributor

Currently, our evaluation server depends on Redis store only, this PR allows us to fallback to use MongoDB store when Redis store is unavailable

@deleteLater deleteLater self-assigned this Oct 20, 2023
@deleteLater deleteLater added enhancement New feature or request evalution-server labels Oct 20, 2023
@deleteLater deleteLater marked this pull request as ready for review October 20, 2023 06:01
@deleteLater
Copy link
Contributor Author

deleteLater commented Oct 20, 2023

We may add an in-memory cache later

Check the card here: https://github.com/orgs/featbit/projects/6?pane=issue&itemId=41886842

Copy link
Contributor

@cosmos-explorer cosmos-explorer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cosmos-explorer cosmos-explorer merged commit 5305da4 into main Oct 20, 2023
1 check passed
@cosmos-explorer cosmos-explorer deleted the feat/redis-fallback-to-mongodb branch October 20, 2023 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request evalution-server
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants