backend.ai icon indicating copy to clipboard operation
backend.ai copied to clipboard

Backend.AI is a streamlined, container-based computing cluster platform that hosts popular computing/ML frameworks and diverse programming languages, with pluggable heterogeneous accelerator support i...

Results 505 backend.ai issues
Sort by recently updated
recently updated
newest added

If [the asyncio debug mode](https://docs.python.org/3/library/asyncio-dev.html#asyncio-debug-mode) is enabled, it additionally keeps track of the stack trace of where the tasks are created. (TODO: chaining of task creation tracebacks)

feature
infrastructure
manager
agent
storage-proxy

issue #619 - Description - Add workflow to preview documentation builds which is executed only when a PR contains `docs` label. - Process 1) Update a project and fetch activate/deactivate...

docs

migrate from https://github.com/lablup/backend.ai-manager/pull/597

manager

refs #640 Allows non-admin users to query the agent list with a limited view.

feature
manager

This PR resolves #603. To automate force-termination of hanging sessions, it will be processed in the order below: 1. Query kernels - where `status` is `PREPARING` or `TERMINATING` - and...

feature
manager

1. refactor session commit functionality. restore abstraction between agent and kernel modules. 2. do not use colon `:` in file name. file name format changes to `YYYY-MM-DDHHMMSS__.tar.gz`. e.g.) 2022-08-22T07H14M48S_my_test_session_python-3.9-ubuntu20.04.tar.gz

manager
agent
refactor

Thanks to #412 (PR: #480), now we can determine how long time has passed after a session has entered PREPARING or TERMINATING status. Let's add a periodic check to scan...

feature
manager

resolves #325 ## 1. Add Session DB table. - This table is used to schedule and manage compute sessions. - It seems to have many columns that overlaps with kernel...

manager
client
refactor

migration dellemc backend part to storage-proxy of mono-repo.

storage-proxy

**Is your feature request related to a problem? Please describe.** We need to define a structured JSON schema for transporting kernel status data to [backend.ai-webui](https://github.com/lablup/backend.ai-webui). Although we already support responding...

feature
manager
webui