added a interval period
This commit is contained in:
parent
0bbf7febbf
commit
239ba8b6e7
1 changed files with 18 additions and 10 deletions
|
|
@ -148,12 +148,20 @@
|
|||
"hour": "*",
|
||||
"minute": "5",
|
||||
"second": "",
|
||||
"comment": "All day all night... every five minutes!"
|
||||
"comment": "Cron Job"
|
||||
},
|
||||
"do_every_x_times" : {
|
||||
"days": "*",
|
||||
"weeks": "*",
|
||||
"hours": "*",
|
||||
"minutes": "5",
|
||||
"seconds": "",
|
||||
"comment": "Interval Job"
|
||||
},
|
||||
"next_christmas" : {
|
||||
"date": "2013-12-24 20:00:00"
|
||||
"date": "2013-12-24 20:00:00",
|
||||
"comment": "Date Job"
|
||||
}
|
||||
|
||||
},
|
||||
"hosts":
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue