activitypub-federation-rust icon indicating copy to clipboard operation
activitypub-federation-rust copied to clipboard

Persistent storage for activity queue

Open Nutomic opened this issue 1 year ago • 12 comments

The queue for sending outgoing activities has an in-memory storage for activities that failed to be delivered and need to be retried later, when the target server is hopefully reachable again. As its only in memory, this storage is gone after a restart or crash. It would be good to provide a config option for storing it on disk, eg in a sled database.

Nutomic avatar Mar 27 '23 20:03 Nutomic