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

What happens if a repeating job never finishes? #722

Open
wootwoot1234 opened this issue Oct 20, 2018 · 2 comments
Open

What happens if a repeating job never finishes? #722

wootwoot1234 opened this issue Oct 20, 2018 · 2 comments
Assignees

Comments

@wootwoot1234
Copy link

wootwoot1234 commented Oct 20, 2018

What happens if a repeating job never finishes? If the defaultLockLifetime is set to 10 seconds (10 * 60 * 1000) does it get restarted (re-locked) and run again?

This should be in the readme, once I have the answer I'll submit a pull request to the readme. Thanks!

@CodeWarriorr
Copy link

+1

@dandv
Copy link
Contributor

dandv commented Mar 29, 2019

That's 10 minutes rather than seconds, but yes - good question and I've just documented it. Please have a look at #795 and let me know if that answers the question.

See also this example to better understand concurrency in Agenda.

@dandv dandv self-assigned this Mar 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants