fix: main worker flag

This commit is contained in:
jialin
2026-04-28 14:41:36 +08:00
committed by jialin
parent 33163ac96c
commit b605b17561
3 changed files with 102 additions and 92 deletions
+2 -1
View File
@@ -377,11 +377,12 @@ export interface DraftModelItem {
}
export interface InstanceRestartCount {
main_worker_id: number;
workers: {
worker_id: number;
name: string;
restarts: {
restart_count: number;
previous: boolean;
started_at: string;
}[];
}[];