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

Support setting health check interval for model service runtimes #2817

Open
2 tasks
kyujin-cho opened this issue Sep 6, 2024 · 0 comments · May be fixed by #2825
Open
2 tasks

Support setting health check interval for model service runtimes #2817

kyujin-cho opened this issue Sep 6, 2024 · 0 comments · May be fixed by #2825
Assignees
Labels
type:feature Add new features
Milestone

Comments

@kyujin-cho
Copy link
Member

Main idea

On current implementation we do not have a way to set interval of health check requests periodically sent by Kernel Runner (ai.backend.kernel). Let's extend the runner to support controlling the value.

  • Add a new key definition on ai.backend.common.config.model_definition_iv which describes the interval of health check request
  • Update kernel runner (and agent also) implementation to resepct the health check interval value set by user

Alternative ideas

No response

Anything else?

No response

@kyujin-cho kyujin-cho added the type:feature Add new features label Sep 6, 2024
@kyujin-cho kyujin-cho added this to the 24.03 milestone Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature Add new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants