mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 18:53:37 +00:00
ccbb5c41c6
The smart cluster handling prevented endpoint duplication but individual node resource fetching was still sequential and blocking. This adds: - Promise.allSettled for parallel node resource fetching - 8-second timeouts on individual resource requests - Proper error handling for failed resources This should completely eliminate dashboard freezes when nodes go offline. Addresses issue #104 follow-up