fix: main worker flag
This commit is contained in:
@@ -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;
|
||||
}[];
|
||||
}[];
|
||||
|
||||
Reference in New Issue
Block a user