This release contains a new option SqlServerStorageOptions.DeleteExpiredBatchSize to let expiration manager delete more expired records in a single pass when processing workload is large enough.
Hangfire.SqlServer
-
Added –
SqlServerStorageOptions.DeleteExpiredBatchSizeoption to remove more expired records in a single pass. -
Fixed – Don’t throw from
SqlServerStorage.ToStringmethod when using custom factory or existing connection.
by