Skip to content

1.1.5

Choose a tag to compare

@icsharp icsharp released this 22 Jan 05:34
· 7 commits to master since this release
  • New features

Add helper class CronJob to build recurringjob in hangfire client directly.
Add supports for building recurringjob with multiple JSON configuration files.

  • Breaking changes

Persists job data to storage instead of using Hangfire server filter ExtendedDataJobFilter.
Add storage class for RecurringJobInfo to find/set from storage.
Each recurringjob has its self-contained JobData (#2) .

  • fix issue #2 ,issue #3