jesque icon indicating copy to clipboard operation
jesque copied to clipboard

inFlight key creation during pop operation

Open dvizelman opened this issue 7 years ago • 0 comments

inFlight key is created in jesque_pop.lua and removed just after task was processed.

As far as I understand , this functionality is used to prevent task loss in case worker failure occurs between pop operation and task execution (which is great :-)

If that's the case, my question is why this functionality is supported only when queueType == 'list'?

I would like to add this functionality for queueType == 'zset' and also for RESET_TO_HIGHEST_PRIORITY next queue strategy.

dvizelman avatar Jul 30 '17 07:07 dvizelman