Package v0.2.12→v0.2.124: manifest, actions, version graph
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { VersionInfo } from '@start9labs/start-sdk'
|
||||
|
||||
export const v_0_2_102 = VersionInfo.of({
|
||||
version: '0.2.102:0',
|
||||
releaseNotes: {
|
||||
en_US:
|
||||
"Hardware-queue status chip in the operator dashboard. A small fixed-position pill in the top-right corner appears when the hardware FIFO queue has activity: 'Hardware: <jobid> · N waiting' with a pulsing dot. Hidden when nothing is running on the hardware path. Hover tooltip shows the full active job ID, total queue depth, and a reminder that Gemini-backend jobs bypass the queue entirely. New GET /admin/hardware-queue endpoint returns the live status (pendingCount, currentJobId, recent log entries) — dashboard polls it every 3s. Operator can now glance at the chip to know whether a new submission will start immediately or wait, without tailing relay logs.",
|
||||
},
|
||||
migrations: {
|
||||
up: async ({ effects }) => {},
|
||||
down: async ({ effects }) => {},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user