I would like to know if the correct way to schedule a trigger every 3 days is as follows:
0 8 */3 * 1-5
5 days:
0 8 */5 * 1-5
10 days:
0 8 */10 * 1-5
…
Thank you.
I would like to know if the correct way to schedule a trigger every 3 days is as follows:
0 8 */3 * 1-5
5 days:
0 8 */5 * 1-5
10 days:
0 8 */10 * 1-5
…
Thank you.
It looks like your topic is missing some important information. Could you provide the following if applicable.
Hey,
Not sure what you mean but this feature already exists…
@TheFSilver I’ll test it…
And to set the trigger time to 08:00 from Monday to Friday.
@tiagocaus
Is that what you want below:
The “If” will get rid of the saturday and sunday triggers.
If you want the trigger to just skip the saturdays and sundays, you’re gonna need some different logic.
There is a custom cron option in the same node as well, Have you tried that?
@Jon That was my initial doubt, you see? 0 8 */3 * 1-5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.