cron: add more common patterns

This commit is contained in:
Girish Ramakrishnan
2022-05-20 10:18:11 -07:00
parent 58b4a11546
commit 55bc6f6cca
4 changed files with 13 additions and 4 deletions
+4 -1
View File
@@ -1614,7 +1614,10 @@
"twicePerHour": "Twice per Hour",
"everyDay": "Every Day",
"twicePerDay": "Twice per Day",
"everySunday": "Every Sunday"
"everySunday": "Every Sunday",
"daily": "Daily",
"hourly": "Hourly",
"service": "Service (runs once)"
},
"description": "Custom app-specific cron jobs can be added here. Note that cron jobs required for the app to function are already integrated into the app package and don't need to be configured here."
},