TickerQ 2.0.0
We’re excited to release TickerQ 2.0.0, a major update that brings significant performance and architectural improvements.
✨ What’s New • Source Generator Integration TickerQ now uses a Roslyn-based source generator to generate boilerplate code at compile-time. This significantly reduces runtime overhead and improves overall performance. • 📊 New Dashboard Module A new Dashboard module is introduced to give real-time visibility into background job execution. It supports: • Thread count tracking • Active job metrics • Status-based summaries • Live updates via SignalR • 🔥 Reflection Removed All runtime reflection-based logic has been removed in favor of compile-time generation and static resolution. This change improves: • Startup time • Memory efficiency • Overall execution speed
🛠 Other Improvements • Improved background ticker accuracy • Minor bug fixes and code cleanup