issues
search
moclojer
/
clj-rq
RQ (Redis Queue) is a simple Clojure package for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry
MIT License
16
stars
2
forks
source link
implement fault tolerant mechanisms
#1
Closed
J0sueTM
closed
4 months ago
J0sueTM
commented
5 months ago
Specifically:
When no subscribers read a message, the publisher should archive it, in order for the pubsub to read it when restarting
When a connection error occurs (for ex. disconnection), the listener should resubscribe automatically
Specifically: