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.