cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
555
Views
0
Helpful
1
Replies

How to create dependency between two jobs ,So that next job gets triggered exactly 1 hour after the 1st Job start.

pisingh01
Level 1
Level 1

To implement this we have created a variable (A_TIME) which should take system time  when Job A triggers  &  tried to increment it by 1 hr so as to create dependency in Job B which will start only when time value in A_TIME = systime .

Currently ,we have added this variable into Job B  but it’s not working as desired .Please suggest , if anybody has successfully implemented this scenario through tidal.

1 Reply 1

Derrick Au
Level 4
Level 4

In addition to Job A, try creating a Job A2 which runs within the same time proximity as Job A. In Job A2, you can simply using the sleep command and specify 3600 seconds as the parameter, then set Job B with a job dependency on successful completion of Job A2.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: