Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Extensions] Configure a ScheduledJobParser to send a parse request to AD Extension from JS and return AD's ScheduledJobParameter #308

Closed
2 tasks
joshpalis opened this issue Jan 6, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request untriaged

Comments

@joshpalis
Copy link
Member

joshpalis commented Jan 6, 2023

Is your feature request related to a problem?

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged
Projects
None yet
Development

No branches or pull requests

2 participants