v2.1.0 Changed
Improved Retry Logic and Performance Enhancements
We've enhanced our retry mechanism and improved overall system performance with better exponential backoff and reduced latency.
Changed
- Enhanced Retry Logic: Improved exponential backoff algorithm for better reliability and faster recovery from transient failures
- Performance: Reduced message delivery latency by 30% for high-throughput workloads
- Monitoring: Added real-time queue depth metrics to analytics dashboard
- SDK: Updated TypeScript SDK with improved error handling and type safety
Fixed
- Fixed issue where some messages were not retried after transient network failures
- Resolved memory leak in long-running worker processes
- Fixed timezone handling in CRON schedule execution
Added
- New
maxRetriesconfiguration option for fine-grained retry control per message - Support for custom retry policies per queue
- Enhanced analytics API with time-series data support
performance reliability