Cron expression fixed
parent
8785c3bd59
commit
bd24c94834
|
|
@ -34,7 +34,7 @@
|
||||||
//cron('0 8 * * *')
|
//cron('0 8 * * *')
|
||||||
|
|
||||||
//every monday at 08:00
|
//every monday at 08:00
|
||||||
cron('0 8 * * MON')
|
cron('0 8 * * 1')
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue