From 3ff6a625a7f6fd25388ae5991924784acce80721 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 24 Nov 2025 11:51:38 -0800 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a4c883d..c07a766 100644 --- a/index.js +++ b/index.js @@ -370,7 +370,7 @@ export class MyDurableObject { try { this.oaStream?.controller?.abort(); } catch {} this.saveSnapshot(); this.bcast({ type: 'err', message: this.error }); - this.notify(`Run ${this.rid} failed: ${this.error}`, 4, ['rotating_light']); + this.notify(`Run ${this.rid} failed: ${this.error}`, 3, ['rotating_light']); this.state.waitUntil(this.stopHeartbeat()); }