14 lines
334 B
JSON
14 lines
334 B
JSON
{
|
|
"jobSchedulingMap": {
|
|
"ProcessMassEmail": "10,30,50 * * * *",
|
|
"ControlKnowledgeBaseArticleStatus": "10 1 * * *"
|
|
},
|
|
"jobs": {
|
|
"SubmitPopupReminders": {
|
|
"name": "Submit Popup Reminders",
|
|
"isSystem": true,
|
|
"scheduling": "* * * * *"
|
|
}
|
|
}
|
|
}
|