# 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. &#x20;

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. &#x20;

<figure><img src="https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2FEIHaGtrSeAw2hIPZi3Dl%2FSchedules-1.png?alt=media&#x26;token=2579fce4-1788-4ce4-8665-737e40c77d62" alt=""><figcaption></figcaption></figure>
