fix: harden desktop monitoring recovery
Desktop Client Build / Resolve Build Metadata (push) Successful in 37s
Backend CI / Backend (push) Failing after 9m26s
Desktop Client Build / Build Desktop Client (push) Successful in 22m29s
Desktop Client Build / Publish Client Artifacts to NAS (push) Successful in 35s
Desktop Client Build / Resolve Build Metadata (push) Successful in 37s
Backend CI / Backend (push) Failing after 9m26s
Desktop Client Build / Build Desktop Client (push) Successful in 22m29s
Desktop Client Build / Publish Client Artifacts to NAS (push) Successful in 35s
This commit is contained in:
+7
-1
@@ -142,10 +142,16 @@ declare global {
|
||||
): Promise<null>
|
||||
onRuntimeInvalidated(
|
||||
listener: (event: {
|
||||
reason: 'account-health' | 'publish-task-lease' | 'publish-task-progress'
|
||||
reason:
|
||||
| 'account-health'
|
||||
| 'publish-task-lease'
|
||||
| 'publish-task-progress'
|
||||
| 'playwright-cdp-recovery'
|
||||
| 'playwright-cdp-fatal'
|
||||
at: number
|
||||
accountId?: string
|
||||
taskId?: string
|
||||
message?: string
|
||||
}) => void,
|
||||
): () => void
|
||||
onNetworkObserved(listener: (event: DesktopObservedRequest) => void): () => void
|
||||
|
||||
Reference in New Issue
Block a user