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

GraphQL: Administrators view of Executors #278

Open
zaychenko-sergei opened this issue Nov 14, 2023 · 0 comments
Open

GraphQL: Administrators view of Executors #278

zaychenko-sergei opened this issue Nov 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@zaychenko-sergei
Copy link
Contributor

zaychenko-sergei commented Nov 14, 2023

New APIs with admin guard::

  • Show executors:
    • Number of executors
    • Executor ID
    • Engine + version
    • Currently running task ID
    • History of completed task IDs on the executor:
      • Pagination support
      • Filters: task id, task type, time range, status

Implementation:

  • For now, 1 executor, in-memory, remember state of the last run

In future:

  • multiple executors
  • Kubernetes operator to manage executors
@zaychenko-sergei zaychenko-sergei added the enhancement New feature or request label Nov 14, 2023
@zaychenko-sergei zaychenko-sergei changed the title Extend Tasks GraphQL API with Admin functions GraphQL: Administrators view of Executors Nov 14, 2023
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