feat(FN-3710): retry overlap-class cluster create failures in distributed t
Adds retry logic for distributed task ID overlap conflicts across the cluster, hardening the ID allocator with exponential-backoff recovery, wiring the retry into task workflow registration, and documenting the behavior in architecture docs. Minor CSS tokenization on the Mailbox and Plugin Manager m Fusion-Task-Id: FN-3710
This commit is contained in:
5
.changeset/fn-3710-cluster-task-id-overlap-retry.md
Normal file
5
.changeset/fn-3710-cluster-task-id-overlap-retry.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Fix cluster-backed task creation to automatically recover when a reserved `FN-*` ID overlaps an existing task. The allocator and task-create route now advance to the next available ID with bounded retry behavior while preserving reservation commit/abort safety guarantees.
|
||||
Reference in New Issue
Block a user