Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

inFlight key creation during pop operation #127

Open
dvizelman opened this issue Jul 30, 2017 · 0 comments
Open

inFlight key creation during pop operation #127

dvizelman opened this issue Jul 30, 2017 · 0 comments

Comments

@dvizelman
Copy link

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant