You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ScheduledJobParser is used by the JobSweeper to parse the ScheduledJobParameter (AnomalyDetectorJob) object here. The ScheduledJobParameter is then further used to validate the job prior to scheduling. In order to support this for extensions, we must create a proxy ScheduledJobParser which shall pass the jobDocVersion back to Anomaly Detector extension to parse into an AnomalyDetectorJob.
Task : Register extension actions related to job scheduler
Register job param action
Register job runner action
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
The
ScheduledJobParser
is used by theJobSweeper
to parse theScheduledJobParameter (AnomalyDetectorJob)
object here. TheScheduledJobParameter
is then further used to validate the job prior to scheduling. In order to support this for extensions, we must create a proxyScheduledJobParser
which shall pass thejobDocVersion
back to Anomaly Detector extension to parse into anAnomalyDetectorJob
.Task : Register extension actions related to job scheduler
The text was updated successfully, but these errors were encountered: