Skip to content

Job queue requests optionally durable and reliable

Open
Overdue by 10 year(s)
Due by November 12, 2015
Last updated Nov 22, 2014
0% complete

WorkQueueMgr/WorkQueue in combination with redis-server will be durable and reliable with respect to the following issues:
a.) Redis may crash
b.) Worker task or other consumer of queue may crash
resulting in lost work requests, especially if already removed from queue by the consumer.

This feature should be optional since it will impact performance.

List view