Release Notes
Hangfire.Core
- Added –
DefaultRecordsPerPage
property on theDashboardOptions
class (by @PaulARoy).
Hangfire.NetCore
- Changed – Send the "stop" signal earlier when host supports .NET Standard 2.1.
- Changed – Don't throw
ObjectDisposedException
when hosted service disposed twice.
Hangfire.SqlServer
- Added –
Schema 9
migration that creates index for theState.CreatedAt
column. - Added – Clean up of old state entries of a non-finished job when
InactiveStateExpirationTimeout
is set. - Added –
DefaultQueueProvider
option to specify a custom default queue provider. - Changed – Enable common metrics for SQL Server storage to be shown by default.