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

More Granular Scheduler Management APIs Required #8

Open
jas34 opened this issue Jun 19, 2021 · 0 comments
Open

More Granular Scheduler Management APIs Required #8

jas34 opened this issue Jun 19, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jas34
Copy link
Owner

jas34 commented Jun 19, 2021

As of today Scheduler Management offers only three APIs:

  1. GET /scheduler/managers - returns list of scheduler managers
  2. GET /scheduler/scheduled/workflows - returns a list of scheduled workflows based on (name and managerId and nodeAddress) or schedulerId
  3. GET /scheduler/scheduled/workflows/executions - returns a list of scheduled job executions based on (name and managerId and nodeAddress) or schedulerId

New APIs required for easy navigation by admin:

  1. GET /scheduler/managers/nodes - returns a list of nodes on which the scheduler manager is currently running.
  2. GET /scheduler/scheduled/jobs - returns a list of jobs currently running on each node of the cluster.
  3. GET /scheduler/scheduled/jobs/{nodeAddress} - returns a list of jobs currently running on a node of the cluster.
@jas34 jas34 added the enhancement New feature or request label Jun 19, 2021
@jas34 jas34 self-assigned this Jun 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant