14 lines
925 B
TypeScript
14 lines
925 B
TypeScript
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 }) => {},
|
|
},
|
|
})
|