feat: allow specifying maintenance mode in the file or not

If the app's cron tasks are set to maintenance mode, then the task is set to maintenance mode regardless.
This commit is contained in:
Jose Diaz-Gonzalez
2025-09-21 20:14:50 -04:00
parent 4a357e9896
commit e42df29a79
5 changed files with 13 additions and 7 deletions

View File

@@ -21,6 +21,7 @@
(list, optional) A list of cron resources. Keys are the names of the process types. The values are an object containing one or more of the following properties:
- `command`: (string, required)
- `maintenance`: (boolean, optional)
- `schedule`: (string, required)
## Formation