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

When Persistence is enabled, allow old data to expire #1396

Open
jonesnc opened this issue Sep 25, 2024 · 1 comment
Open

When Persistence is enabled, allow old data to expire #1396

jonesnc opened this issue Sep 25, 2024 · 1 comment

Comments

@jonesnc
Copy link

jonesnc commented Sep 25, 2024

Is your feature request related to a problem? Please describe.
I want to prevent the flower db file from growing too large (>100MB, for example).

Describe the solution you'd like
I want to be able to set a config var like PERSISTENT_EXPIRATION_TIMEDELTA for example to 30 days,let's say, and any data that is stored in the Flower db file that is older than PERSISTENT_EXPIRATION_TIMEDELTA would be "flushed" / "deleted" from the flower db file.

If this is already possible, please let me know, as I couldn't find this functionality in the documentation. Thanks!

@max-wittig
Copy link

See: #1310

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants