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

Add support for storing state in Redis #1397

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ghimire
Copy link

@ghimire ghimire commented Sep 26, 2024

This pull request introduces support for storing the persistent state of Flower in Redis, as an alternative to the existing file-based storage mechanism. This enhancement aims to improve the reliability, scalability, and performance of state management in Flower.

This removes the limitation that prevented running multiple instances of Flower concurrently by centralizing state management in Redis.

@ghimire
Copy link
Author

ghimire commented Sep 26, 2024

cc: @mher

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 this pull request may close these issues.

1 participant