[Task Manager] Introduce generic scheduling
field in place of interval
#51472
Labels
Feature:Alerting
Feature:Task Manager
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
v7.6.0
We want to change Tasks such that they can handle a variety of different kinds of scheduling, with
interval
being the single implementation we currently provide.We'll address this by doing the following:
interval
field will be marked as deprecated on TaskManager, but we'll continue to support it until 8.0.0sked
(up for discussion ;)) which can take any shaped object, and migrate all existinginterval
s into the shape:{ interval: "10m" }
. This will allow us to support future shapes such as{ cron: "0 0 0 0 0" }
or{ "hourly" : { "minute" : 30 } }
similar to watcher.The text was updated successfully, but these errors were encountered: