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

Add API to check status of several jobs #417

Closed
To-om opened this issue Jun 21, 2022 · 0 comments
Closed

Add API to check status of several jobs #417

To-om opened this issue Jun 21, 2022 · 0 comments
Assignees
Milestone

Comments

@To-om
Copy link
Contributor

To-om commented Jun 21, 2022

Request Type

Enhancement

Description

The aim of this new API endpoint is to limit the number of requests sent to Cortex when several jobs has been submitted.
POST /api/job/status

{
  "jobIds": ["id1", "id2", "id3", "id4"]
}

returns:

{
  "id1": "InProgress",
  "id2": "Success",
  "id3": "NotFound",
  "id4": "Error(unexpected error)"
}
@To-om To-om added this to the 3.1.5 milestone Jun 21, 2022
@To-om To-om self-assigned this Jun 21, 2022
@To-om To-om closed this as completed Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant