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

How to wait for job to complete before it is re-run? #293

Open
dariofil-star opened this issue Dec 17, 2020 · 0 comments
Open

How to wait for job to complete before it is re-run? #293

dariofil-star opened this issue Dec 17, 2020 · 0 comments

Comments

@dariofil-star
Copy link

How to wait for job to complete before it is re-run?

Say you run a job every 10 seconds...
Typically the job finishes in a few seconds, and all is well.

However if there are network issues, some methods hang for a while before they return an exception...

However; every 10 seconds job re-runs, despite that the previous instance has not yet completed.
Is there an option to wait for completion prior to re-run?

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

No branches or pull requests

1 participant