New versions of Hangfire Pro packages released to be compatible with Hangfire 1.5.0 version. Background jobs in batches now performing slightly faster, and Redis transaction scope was reduced to the Commit
method, allowing to query for data from apply state filters.
Continue Reading →
Finally after 4 months of development and after 4 betas, Hangfire 1.5.0 released. Now you are able to customize your background processing pipeline even more, by using many types that were internal in previous versions. More responsive dashboard, IoC container scopes, support for remote MSMQ queues and other cool features are waiting for you!
Continue Reading →
This is a correcting release that fixes problems with TaskCanceledException
thrown by a job method as well as issue with MSMQ extension, when background jobs are created within a TransactionScope
block.
Continue Reading →
Version 1.5.0 will open many types that were internal in previous versions of Hangfire, like Worker
or IBackgroundFactory
, to enable you to have completely custom background processing. This release simplifies the usage of these types, of course only to decrease the amount of questions on forums .
Continue Reading →
This is a maintenance release that fixes deadlocks in expiration manager, SQL command timeouts in distributed locks (and in the DisableConcurrentExecution filter) and correctly handles poison messages in a schedule.
Continue Reading →