aai-institute / aai-institute/jobq

Integrate Kueue Information into Workload Listing (Optional)

オープン
#77 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement
主要言語
Python
スター
4
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

説明

# Integrate Kueue Information into Workload Listing

## Objective
Enhance the workload listing feature to include information about queued jobs from Kueue.

## User Stories
As a user, I want to:
* See information about both running and queued jobs in the workload list

## Requirements
1. Extend the `/jobs/list` backend API to query Kueue custom resources
2. Include queued job information in the API response
3. Update the `jobby list` CLI command to display queued job information
4. Add filtering options to include/exclude queued jobs in both the API and CLI

## Example Usage
API: `GET /jobs/list?include_queued=true`
CLI: `jobby list --include-queued`

## Note
This enhancement should be implemented in a way that maintains backwards compatibility with the basic workload listing functionality. Consider adding a new parameter to the `/jobs/list` endpoint and a new flag to the CLI command to optionally include queued jobs.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。