Hi, I am just looking for some thoughts from anyone how I could best try to schedule these jobs. Here are requirements.
JOB1: Runs every other Wed (even-week) @ 16:30
JOB2: Runs at 04:00 (Tue, Wed, Fri, Sat of even-week and Tue-Fri of odd-week), Does not run the morning after the JOB1 process is run
JOB3: Runs after JOB2 on Tue, Wed, Fri, Sat of even-week and Tue-Fri of odd-week, Does not run the morning after the JOB1 process is run
Proposed Triggers:
JOB1: Time Interval - Specific Days of the Week (Wed), Interval 2 weeks, @ 16:30
For JOB2 / JOB3, I am trying to see if I should build the schedule for these around Thursday of the even-week or if I should try to make it with visualcron job dependancy linked to a time interval schedule. For some reason I don't think the later is possible, but I am interested what others think who might have solved a similar scheduling situation.