Scheduled trigger custom intervals

Hi,
Is there a way to allow the scheduled trigger to run at lesser intervals, like every X minutes? Or, the minimum of 1 hour is the least possible interval?

Also, is it possible to run the trigger at X hours instead of going from 1 hour to 1 day directly?

Thanks in advance
Ismail

Hey Ismail, one hour is the least possible interval.

If you want to do it at X hours then you need to set it to run hourly and write some logic so that it only actually runs your business logic on the hours you want (and does nothing on the hours you don’t want)

1 Like

Here is the suggestion to add more granular intervals, which you can vote, watch and comment on: [FRGE-124] - Ecosystem Jira

1 Like

Hey!
Thank you both for your replies. I voted on the Jira ticket in the hope it will be implemented soon.

Regards,
Ismail