lablup / lablup/backend.ai

Add occupied_slots, requested_slots, live_stat ordering to session node query.

Open
#4,972 0 comments 0 reactions 1 assignee Claimed by @fregataa View on GitHub
Dominant language
Python
Stars
670
Forks
183
Avg merge
17h 7m
Merged PRs (30d)
358

Description

## Summary

The issue involves adding ordering for `occupied_slots`, `requested_slots`, and `live_stat` to the session node query. This will help in understanding resource allocation and usage per session.

## Context

The goal is to retrieve the top 3 sessions based on their allocation and usage. This will provide insights into how resources are being utilized.

## Acceptance criteria

- Support ordering for `occupied_slots` in the session node query.
- Support ordering for `requested_slots` in the session node query.
- Support ordering for `live_stat` in the session node query.

## Other information

N/A

JIRA Issue: BA-1766

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.