jackalope icon indicating copy to clipboard operation
jackalope copied to clipboard

Persisting worklist using CubQ

Open jfcloutier opened this issue 3 years ago • 1 comments

Support pluggable implementations of a work list, one transient (the default) and the other persistent (via CubQ).

jfcloutier avatar Oct 25 '21 20:10 jfcloutier

Protocol is now used instead of behaviour for "pluggable work list". The persistent work list stores system monotonic time every 10 minutes and on terminate. Expiration is now simply a monotonic time. In the tests, Jackalope is now started supervised and is no longer explicitly stopped.

jfcloutier avatar Jan 07 '22 15:01 jfcloutier