mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
b6eea3c700
- Reduced storage API timeout from 120s to 15s to prevent blocking when storage mounts are unavailable - Added graceful error handling for storage timeouts - continues with partial data instead of failing - Improved error messages to clarify when timeouts are likely due to unavailable storage (e.g., NFS mounts) This prevents Pulse from marking nodes as unhealthy when storage endpoints timeout due to temporarily unavailable network storage.