Cultiv.Hangfire 3.1.0
In this release we have 2 new features:
- Experimental support for SQLite (#20) - I do not know how well it works, but for now, if your site is running on a SQLite database already (db provider
Microsoft.Data.SQLite
) then Hangfire will also use a SQLite database. In the future I want to make it configurable separate from the database provider though - Added the option to disable the Hangfire server, which is useful to make sure nothing runs on test servers or only 1 server runs in load balanced scenario's. Contributed in PR #18 by @stevetemple
Full Changelog: v3.0.0...v3.1.0