fix(FN-0000): stabilize automation cron scheduling and SSE coverage

This commit is contained in:
Aron Prins
2026-04-24 12:51:53 +02:00
parent 0c64766b2a
commit a95e6b0124
10 changed files with 61 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Prevent stale dashboard service workers from trapping old client bundles, and compute automation cron schedules against UTC so monthly runs stay on day 1 across timezones.

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix dashboard SSE cleanup on browser refresh so stale event streams do not exhaust per-origin browser connections.