Settings
Dynamic cron builder
1 min
\# written by oleksandr melnyk | last published at august 17, 2023 \# to customize the runtime of crons during the day, follow these steps navigate to the "settings" menu select "configuration " choose "scheduler " click on "scheduled actions " locate the checkbox labeled "dynamic frequency" (1) check the box to set it to "true " to configure the intervals for cron execution and cover all 24 hours of a day, follow these steps important note that the time is in utc timezone, as that's how the system operates to add a new interval line, press the "create new" button (2) this action will insert a blank line for you to specify the interval details populate the following information for each line interval number (3) enter the actual time between cron runs interval unit (4) choose either "minutes" or "hours" for the interval unit starting time utc (5) specify the starting time for the interval in utc end time utc (6) define the ending time for the interval in utc if you intend for the cron not to run during a specific time within the day, set the interval unit as '0' (7) this will effectively exclude the specified time period from cron execution the provided configuration results in the following cron execution schedule between 05 00 utc and 12 00 utc cron runs every 3 minutes between 12 00 utc and 15 00 utc\ cron is not running during this time interval between 15 00 utc and 05 00 utc (next day) cron runs every 10 minutes
