How can I schedule a job to run every x hours?

Currently, we don’t have the option to configure the scheduling frequency for n-hour intervals. We plan to introduce this feature in our future releases. However, there are potential workarounds to implement this in the existing versions.

A simple way is to create 24/n distinct schedules, configured at either a Daily frequency or Once frequency, depending on the requirement. For example, if you want a job to run every 6 hours daily, you will create 4 schedules to run on a Daily frequency. The Start At time will be set at 00:00, 06:00, 12:00, 18:00 respectively for the 4 schedules.

Last updated

© Copyright 2023, Astera Software