Skip to content

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

Description

@jonesnc

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!

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions