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

WIP(task): introduce supervisor agent #4111

Open
wants to merge 10 commits into
base: dev/4.3.x
Choose a base branch
from

Conversation

LioRoger
Copy link
Collaborator

@LioRoger LioRoger commented Dec 27, 2024

What type of PR is this?

type-feature

What this PR does / why we need it:

introduce task supervisor component to manager task

  1. task will not be distinguished on local or k8s, supervisor endpoint will be the only things that job caller needed to known
  2. introduce supervisor agent to do command call, supervisor agent will be bind to a task resource. it's the entity of supervisor endpoint
  3. supervisor net command call is shield by local and remote supervisor task proxy.
  4. resource can be managed flexible by ResourceManageStrategy
  5. reconstruct task daemon driver, let job modified status safe
  6. rate limiter for process is redesigned.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Additional documentation e.g., usage docs, etc.:


@LioRoger LioRoger changed the title feat(task): introduce supervisor agent feat(task-WIP): introduce supervisor agent Dec 27, 2024
@LioRoger LioRoger changed the title feat(task-WIP): introduce supervisor agent WIP(task): introduce supervisor agent Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant