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?
jan
June 16, 2021, 5:33am
2
Did you try setting “Mode” to “Custom”. Because there exactly that should be supported.
Hi,
This is working - I suspect it was user error, I may have had the wrong timezone specified on the workflow
jan
June 21, 2021, 5:50am
4
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 generator *
I am a beginner and do not yet know where faster/moreСonvenient/better to ask, so I dubbed the question in Discord
Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own space to talk, play, and hang out.
Working!! Thanks Discord!
*/5 instead 00/5
Im getting error when trying to save this cron
*/10 8-16 * * *
This supposed to run every 10 min between 8 and 16 every day
there error is in red popup something about that the frequency must be at least 1 minute