crontab should support "* 7,9,11,13,15,17,19,20 * * * "
smb/scheduler/edit-task/id/***
Cron-Style Task is not supporting valid configuration like:
- 7,9,11,13,15,17,19,20 * * *
The frontend valdiation is not allowing this format. This is usefull for task running several times a day.
2
votes
Lutz
shared this idea
The request has been reviewed and it was found that "* 7,9,11,13,15,17,19,20 * * *" is fully supported.
-- PD