31 lines
842 B
JSON
31 lines
842 B
JSON
{
|
|
"_comment_jobs": "JobTypes can be: cyclic, minutely, daily, weekly, once",
|
|
"_comment_jobFunctions": "JobFunctions can be: printScheduler, generateOnePMTTechRoadmap",
|
|
"jobs": [
|
|
{
|
|
"jobName": "Print schedule",
|
|
"jobType": "cyclic",
|
|
"jobFunction": "output_schedule",
|
|
"dtTimeDelta": {
|
|
"minutes": 15
|
|
}
|
|
},
|
|
{
|
|
"jobName": "Output Alerts",
|
|
"jobType": "cyclic",
|
|
"jobFunction": "output_alerts",
|
|
"dtTimeDelta": {
|
|
"seconds": 10
|
|
}
|
|
},
|
|
{
|
|
"jobName": "Update Alerts",
|
|
"jobType": "cyclic",
|
|
"jobFunction": "update_alerts",
|
|
"dtTimeDelta": {
|
|
"minutes": 1
|
|
}
|
|
}
|
|
]
|
|
}
|