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

fix(BA-725): Increase Backend.AI Kernel's app startup timeout (#3672) #3679

Merged
merged 3 commits into from
Feb 13, 2025

Conversation

MintCat98
Copy link
Contributor

@MintCat98 MintCat98 commented Feb 13, 2025

resolves #3672 (BA-725)

Increased the kernel-timeout value in kernel/base.py:

  • prev: 5.0s
  • curr: 30.0s

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue
  • Installer updates including:
    • Fixtures for db schema changes
    • New mandatory config options
  • Update of end-to-end CLI integration tests in ai.backend.test
  • API server-client counterparts (e.g., manager API -> client SDK)
  • Test case(s) to:
    • Demonstrate the difference of before/after
    • Demonstrate the flow of abstract/conceptual models with a concrete implementation
  • Documentation
    • Contents in the docs directory
    • docstrings in public interfaces and type annotations

@github-actions github-actions bot added comp:agent Related to Agent component size:XS ~10 LoC labels Feb 13, 2025
@MintCat98 MintCat98 requested a review from kyujin-cho February 13, 2025 02:21
src/ai/backend/kernel/base.py Outdated Show resolved Hide resolved
@MintCat98 MintCat98 requested a review from kyujin-cho February 13, 2025 08:45
@kyujin-cho kyujin-cho added this pull request to the merge queue Feb 13, 2025
Merged via the queue into main with commit a365bb2 Feb 13, 2025
21 checks passed
@kyujin-cho kyujin-cho deleted the fix/kernel-app-timeout branch February 13, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:agent Related to Agent component size:XS ~10 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase Backend.AI Kernel's app startup timeout
2 participants