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?
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?