Advanced Custom CRON - Is it possible?

I’ve come up with the following custom CRON schedule: */15 6-18 * * 1-6

In English, this is supposed to run every 15 minutes between 6am and 6pm Mon-Sat - it doesn’t seem to be supported with the cron node.

Would what I’m trying to do be possible with the cron node and how would I go about it?

Did you try setting “Mode” to “Custom”. Because there exactly that should be supported.

1 Like

Hi,
This is working - I suspect it was user error, I may have had the wrong timezone specified on the workflow :grimacing:

Great to hear that you got it working.

Have fun!

Yes, i tried setting “Mode” to “Custom”, but it doesn`t work for me. Any expressions that contain ,/-characters do not work. Only integers work instead of *. Screenshot attached. Where did I go wrong?

crontab guru said there’s no mistake Crontab.guru - The cron schedule expression editor*

I am a beginner and do not yet know where faster/moreСonvenient/better to ask, so I dubbed the question in Discord


Working!! Thanks Discord!
*/5 instead 00/5

2 Likes