Files
espocrm/application/Espo/Modules/Crm/Resources/metadata/entityDefs/ScheduledJob.json
2026-01-19 17:46:06 +01:00

14 lines
334 B
JSON

{
"jobSchedulingMap": {
"ProcessMassEmail": "10,30,50 * * * *",
"ControlKnowledgeBaseArticleStatus": "10 1 * * *"
},
"jobs": {
"SubmitPopupReminders": {
"name": "Submit Popup Reminders",
"isSystem": true,
"scheduling": "* * * * *"
}
}
}