Hello!
I’m using n8n for last three months. By reading the n8n documentations I have created 10 workflows for our project. Which are working fine. CRON is used in all of them.
Is there anyway to configure a workflow to execute every 2 minutes in certain time duration and every 15 minutes rest of the duration?
For example: The workflow should get triggered every 2 minutes in between the times 7am to 5pm and every 15 minutes in between 5pm to 7am.
Because we don’t want to hit APIs in non working hours for every 2 minutes.