You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: