TickerQ 2.4.0
๐ TickerQ v2.4.0
โ What's New
-
Execution on Demand
Introduced support for programmatically triggering cron ticker executions. -
Console Application Support
TickerQ now runs as a standalone console application, making it suitable for headless environments.
Includes example usage and setup.
Fixes & Improvements
-
#78 โ Added reference to
Microsoft.Extensions.Hosting.Abstractionsto ensure hosting compatibility.
by @snargledorf -
#77 โ Added console runner support along with usage examples.
by @arcenox -
#76 โ Add support for on-demand execution in cron ticker.
by @snargledorf -
#74 โ Display a dedicated exception dialog when cron ticker execution fails.
by @snargledorf -
#73 โ Explicitly call
AddApplicationPart()with theTickerQControllerassembly for proper controller discovery in ASP.NET hosts.