ajvb / kala

Modern Job Scheduler
MIT License
2.13k stars 187 forks source link

How to scheule Daily job Monday to Friday #144

Closed desilvaNSP closed 7 years ago

desilvaNSP commented 7 years ago

I have issue with how to defined schedule to execute job only Monday to Friday in weekdays.It should be excecute every monday to friday in each week without creating multiple jobs.

ajvb commented 7 years ago

The ISO8601 has no conception of "Day of the Week" - https://github.com/ajvb/kala#interval-between-runs

Instead, what I would suggest is that in the script you run with Kala you have some logic to not run on Saturday or Sunday.