Sql server storage

I have schedule a job to run for every five minutes.If that job takes 10 minutes to complete, then how can i resume the next execution of the job till the present execution completes.

Give me idea to handle this situation

[DisableConcurrentExecution(timeoutInSeconds: 10 * 60)]

Read more here: Prevent parallel processing

1 Like