Job queue requests optionally durable and reliable
Past due by about 9 years
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.
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.