Support Multiple CRON Schedules Per Trigger
It's not uncommon to want different trigger schedules to run on different days of the week, notably weekdays and weekends. The current solution is to create separate triggers that call the same function, but ideally, a single trigger could support multiple CRON schedules.
2
votes
Brian
shared this idea
-
Martin Chen commented
Yes, this will be important. If the scheduling is spread over multiple triggers, it is difficult to get the big picture, causing confusion. We would like to have all related schedules in the same place/trigger. Easier management too.