Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Unique Jobs #153

Open
leifg opened this issue Mar 15, 2018 · 2 comments
Open

Unique Jobs #153

leifg opened this issue Mar 15, 2018 · 2 comments
Labels

Comments

@leifg
Copy link

leifg commented Mar 15, 2018

Sidekiq (at least in the enterprise version) has the feature of unique jobs to avoid enqueuing the same job twice.

Does verk come with such a feature or is it planned? Couldn't find anything in the documentation.

@edgurgel
Copy link
Owner

Sorry for the super late reply!

No we don't have any sort of unique job processing, but it would be nice to have! I'm not sure which guarantees we would provide. For example, for how long should we guarantee uniqueness? etc

@jnylen
Copy link

jnylen commented Aug 26, 2019

Hi @edgurgel,

This would be wonderful to have, sidekiq_unique_jobs for example have this customizable.
But the default should be until the job has finished. And then if it fails, there should be a delay set in config.

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

No branches or pull requests

3 participants