This is a maintenance release that fixes serialization exception when trying to create a job continuation for batch in a batch continuation, disallows caching “JobStorage.Current is null” exceptions and let us to configure maximum number of entries for final batch state lists.
- Added – Allow to configure maximum number of entries for final state lists.
- Fixed – Use LazyThreadSafetyMode.PublicationOnly to avoid caching “JobStorage.Current is null” exceptions.
- Fixed – JsonSerializationException: Unable to find a constructor to use for type Hangfire.Batches.AwaitingBatchState.