remove undocumented minRunningFor filter, add short jobs quick selection instead

This commit is contained in:
Christoph Kluge
2026-02-09 12:23:21 +01:00
parent 1980ef5f43
commit 7dd3ee3084
7 changed files with 54 additions and 15 deletions

View File

@@ -119,7 +119,7 @@
const filter = $derived([
{ cluster: { eq: cluster } },
{ node: { contains: hostname } },
{ node: { eq: hostname } },
{ state: ["running"] },
]);