This repository was archived by the owner on Apr 17, 2026. It is now read-only.
Releases: sodal-project/cross-platform-linker
Releases · sodal-project/cross-platform-linker
Release list
v1.1.0 - Throttling-Aware Processing
🚀 What's New
Throttling-Aware Processing
- Upgraded to @soulcraft/brainy v0.58.0 with comprehensive throttling metrics
- Intelligently pauses cross-platform linking when storage is throttled
- Periodic throttling checks (every minute) to minimize performance impact
- Automatic resumption of processing once storage recovers
Benefits
- 🛡️ Prevents overwhelming throttled storage systems
- ⚡ Maintains service efficiency during storage outages
- 🔄 Automatic recovery without manual intervention
- 📊 Better resource utilization and system stability
Technical Details
- New
checkStorageThrottling()method monitors Brainy's throttling metrics - Integration with intelligent background processing pipeline
- Minimal overhead throttling checks (1-minute intervals)
- Graceful handling of storage throttling events
- Seamless integration with existing cross-platform linking logic
This service now works intelligently with the storage layer to ensure smooth operation during high-load scenarios.