2019-03-29 UTC
# fr33domlover I'd like to use persistence for outbox delivery to recipients' inboxes: If an HTTP POST starts and suddenly the server crashes, I'd like the request to be persisted on file/DB and be resumed when the server starts. I already use PostgreSQL and I could store these things there - are there other things people have been using?