Skip to content

Periodically flush memory contents to disk #9

@agottardo

Description

@agottardo

Right now, the RAM contains an exact copy of the queue status on disk (persistence.json). This does not scale well as the queue grows, because each time something changes, we need to copy memory contents over to disk. An elegant solution would be to make the system “eventually consistent”, and dump memory contents to disk based on a timer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions