fix: make sentinel quick verify wait for turns (#920)

Co-authored-by: Codex <codex@noreply.local>
This commit is contained in:
Lyon
2026-06-26 01:48:51 +08:00
committed by GitHub
parent edfddd2445
commit 8080c810b9
3 changed files with 261 additions and 35 deletions
+2
View File
@@ -154,6 +154,8 @@ export interface NodeWebProbeObserveOptions {
analyzeArchivePrefix: string | null;
analyzeTailSamples: number | null;
full: boolean;
raw: boolean;
compactRaw: boolean;
stateDir: string | null;
jobId: string | null;
force: boolean;