โ05-11-2021 05:02 PM
Hi Team,
To run a Scheduler every 1min, im using Custom Scheduler value as 0-59 * * * *
Can anyone suggest more options on this?
โ05-11-2021 05:18 PM
What recipe you are talking about
โ05-11-2021 05:36 PM
It could be that running a recipe every one minute in a cloud iPaaS is not feasible. What use case you are trying to achieve? An alternate design needs to be in place for this scenario.
โ05-11-2021 06:14 PM
What I can perceive is that there are new jobs triggering before the earlier jobs complete their execution. You should always have a design to ensure that you ignore processing of new jobs when any job is executing currently at this time. For this you need to store the execution status of a job in persistent memory and query it to find out if there is any job running. Please reach out to me directly if you need further assistance.
โ05-12-2021 01:22 AM
The default trigger limitation is shortest = 5 mins. Can cron job bypass this limit ?
โ05-12-2021 09:52 AM
yes