Crontab not working properly

I am struggling with serring cron node. I would like to workflow be running every 5 minutes at 10 and 11 am so 10:00, 10:05 … 11:00, 11:05 … 11:55 and also via webhook

I added 14 to cron, but it’s not working. If I change from custom to every minute, it’s working just fine

I read docs, and it says that it should work with things from crontab.guru and crontab.guru don’t complain about my cron setting

Thanks in advance!

1 Like

Hey @Shirobachi

You don’t have to create multiple cron nodes to do this. Can be done easily with Custom Option

image

You need the below expression for this (Reference)

*/5 10-11 * * *

This will trigger the Cron node every 5 minutes between 10 - 11

2 Likes

I mean it’s pretty same like I did, my was */5 10,11,14 * * * I’ll try - instead of , between hours

I set */5 10-14 * * * but it didn’t trigger workflow


workflow is named coronavirus report and it only from 11am now is 1pm

Did you set the timezone correctly on your instance or workflow?

Yes sir :grin:

I dont understand why but workflow run at 16:05, does it have to make any sense for you guys?

Looks for me like a timezone issue.

The time from the UI is in local time, the workflow runs depending on the time that is set for the workflow and the time on the server. Maybe there is something set up wrong?

1 Like

So I don’t really understand but I changed now again and timezone was different (-5H) also workflow for error was empty, but I changed this after to error workflow. Anyway, now I changed and hope it will work properly, thanks!

1 Like