ESP dSeries Workload Automation

 View Only
  • 1.  To set the combination of two or more different run frequencies for jobs

    Posted Aug 06, 2020 05:46 PM

    If the request is to add an additional job in an existing schedule in which one or more jobs already exists to run once on weekly basis.

     

    The new job require to run twice daily in the same schedule. A combination of two different run frequencies in one schedule.

     



  • 2.  RE: To set the combination of two or more different run frequencies for jobs

    Broadcom Employee
    Posted Aug 07, 2020 04:37 AM
    Hi,

    Better to use a new event and define an application with the new job in it . Define event to run twice and job will run.
    Adding jobs to existing flow and updating event may result in unwanted job runs in this case.

    - Ravi Kiran


  • 3.  RE: To set the combination of two or more different run frequencies for jobs

    Posted Aug 07, 2020 04:33 PM
    in case event run 12:05 and new jobs get to run at that time as well as we want that new job to run 11:30 same day.

    As per your suggestion, we can define the two-run frequency in event 12:05 and 11:30 to load them twice but in this the other existing job also get run twice wich we dont want.


  • 4.  RE: To set the combination of two or more different run frequencies for jobs

    Posted Aug 10, 2020 03:43 PM
    not sure i fully understand your request.  but we have a application where the event triggers the application 3x per day, but one of the jobs should only run at 1am
    our run statement is like this on the job that runs at 1am:     %IF(APPL._SHH == '01','true','false')