7

I need to run a job at this cron schedule, but it seems like I can't express this in one statement. Is there a way to get this in one cron statement?

8am Mon-Sat

2pm Sun

Thanks.

Asaph
  • 159,146
  • 25
  • 197
  • 199
mstrom
  • 1,655
  • 3
  • 26
  • 41

1 Answers1

7

You're right. I'm afraid this is not possible. You'll need to specify two CRON expressions.

Biscuits
  • 1,767
  • 1
  • 14
  • 22