Release Notes
Hangfire.Core
- Changed –
StopTimeoutintroduced in 1.7.0-beta3 now defaults to zero seconds (2ca6fc4). - Fixed –
NotSupportedExceptionthrown byRecurringJobScheduler(regression, 001ee08). - Fixed –
NotSupportedExceptionthrown byDelayedJobScheduler(regression, 3c2ec58). - Fixed –
RecurringJobManager.AddOrUpdatemethod doesn't preserveLastJobId(regression, 4748d7e). - Fixed – Cache results of the
IsBatchingAvailablemethod per connection type (6dc93e8).