Release Notes
Hangfire.Core
- Changed – Add support for dash characters (
-
) in queue names (PR #1469 by @augustoproiete). - Fixed – Show actual error in Dashboard UI when recurring job can't be scheduled.
- Fixed – Ensure backward compatibility when JSON payloads are serialized with field names only.
- Fixed – Non-awaited continuations can bring down the whole app when
TaskScheduler
is set tonull
. - Fixed – Timeout value is not respected in some cases in the
WaitOneAsync
method.