cancel
Showing results for 
Search instead for 
Did you mean: 

Delay a Job Pass

brandonbollin
Active Participant
0 Kudos

I have a To Database pass that's set for SQL updating in the Destination. When the job gets to this final pass in my job, I want the job to pause 10 minutes before executing this final pass. If this were a task, I could just set a delay before start but as this is a job, I don't have that option.

Any suggestions on how I can get the job to pause for a set amount of time before running my last pass?

Accepted Solutions (1)

Accepted Solutions (1)

Chenyang
Contributor
0 Kudos

Have you tried uSleep (600000) ?

brandonbollin
Active Participant
0 Kudos

Ya know, I was looking up and down the list of internal functions as I could have swore I had seen uSleep at one point or another. For whatever reason, my brain just passed it over. Yep, that's what I was looking for. Thanks.

Answers (0)