Alternate Cron Expression while Trigger is Failing
Runbooks can be run via a scheduled Trigger. This is a very useful feature. But it would be nice if the Trigger had a feature to help when the triggered RunBook Run fails.
I would like to propose that another field be added to the Trigger creation page. It could be called "Error Cron Expression".
When the RunBook Run by the Trigger fails, the Trigger would switch its Cron Expression to use the "Error Cron Expression". Once the Trigger starts succeeding, then it would switch back to the normal Cron Expression.
The idea is that, when a Trigger is failing, it can be useful to run it at a different frequency. Sometimes you want to back off to not overwhelm a system with failed calls. If the Trigger is a "once a day" kind of trigger, you may want to run the Trigger every hour till is starts succeeding (since a failed "once a day" trigger means it will not try again till the next day).
Either use case would be fulfilled by an "Error Cron Expression" feature.