This is a correcting release. Fixed a bug related to MSMQ or RabbitMQ extensions, when enqueued job is not processed and “stuck” in the Enqueued state indefinitely until we retry it manually.

Release Notes

  • Fixed – Enqueued job is not processed with MSMQ or RabbitMQ.

Please see the corresponding GitHub Release for the details.

Upgrading

Just update the Hangfire.Core NuGet package as usually:

Update-Package Hangfire.Core

Comments