This is a correcting release. Expiration manager does not attempt to remove all the records at once now. Instead, it removes them by 1000 at a time, so you won't experience timeout exceptions anymore. If you had problems with recurring jobs, they were fixed also.
Release Notes
- Fixed – Fatal error occurred during execution of 'Server Core' component (#291).
- Fixed – Hangfire version freezes at 1.0.0.0 on Dashboard (#291).
- Fixed – Recurring job does not trigger (#247).
- Fixed – Sql Timeouts in ExpirationManager.cs (#287).
- Fixed –
KeyNotFoundException
on/hangfire/succeeded
page (#286).