Uploaded image for project: 'Automation for Cloud'
  1. Automation for Cloud
  2. AUTO-1032

Add CRON expression that evens load - Scheduled Automation rules

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Problem Definition

      Currently, there's no way to produce an even load on the system when running multiple scheduled automation rules; this can cause performance issues in instances with heavy use of scheduled automation rules, with large spikes on common scheduled times (e.g. 9 a.m.). This also creates a challenge to scale operations effectively. 

      Suggested Solution

      Add a CRON expression that produces an even load on the system, running in an "interval"; for example, instead of running all automations precisely at 9 a.m., they would have an interval, 9 a.m. to 10 a.m., and would run evenly between this period, avoiding performance impacts. 

      Here are a couple of examples using the letter "H" as the expression: 

      • 0 0 H(9-10) ? * MON-FRI

      It would run every Monday, Tuesday, Wednesday, Thursday, and Friday between 9 a.m. and 10 a.m.

      • 0 0 H 15 * ?

      It would run any hour on the 15th day of every month.

       

       

       

              Unassigned Unassigned
              6d7c663e31d1 Eliseu Pedro
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: