Add support to Hangfire 1.8.0
tmm360 opened this issue · 2 comments
tmm360 commented
From release note: https://www.hangfire.io/blog/2023/04/28/hangfire-1.8.0.html
Storage Support Required
The new feature requires job storage to persist a new field, which storage may not support out-of-the-box. That's why additional storage support is required. Otherwise, the NotSupportedException will be thrown. So upgrade of the job storage package is likely needed.
gottscj commented
gottscj commented
Hi,
I just released the latest version of Hangfire.Mongo adding support for all the currently available features exposed in Hangfire.Core.
https://www.nuget.org/packages/Hangfire.Mongo/
FYI @odinserj