Release Notes
- Added – Allow to use
CancellationToken
type as a job method parameter. - Added – It is now possible to query the storage in state applying filters.
- Changed – Worker does not process a job when a transition to the Processing state failed (#422 by @yngndrw).
- Changed – WorkerId is now auto-generated and based on a GUID.
- Changed – Worker constructor now takes only queues collection instead of
WorkerContext
. - Changed –
DefaultJobCreationProcess
renamed toJobCreationProcess
. - Changed –
DefaultJobPerformanceProcess
renamed toJobPerformanceProcess
. - Changed –
IStateMachine
andIStateChangeProcess
methods swapped with each other. - Changed – Use StackTraceFormatter package for marking-up stack traces (#419 by @atifaziz).
- Fixed – The index 'IX_HangFire_JobQueue_QueueAndFetchedAt' is dependent on column 'Queue' exception.