rss feed Blog

Hangfire 1.6.9

This is a small correcting release that make it possible to have a workaround for TimeoutException exceptions when using SQL Server with huge arguments or batches. The SqlServerOptions.CommandTimeout option was added to allow to override the default timeout of 30 seconds.

Continue Reading →

12 reasons to use message queuing

At Stackify we receive a lot of data from your apps to our Retrace APIs. We queue all of that data as soon as it gets to us and then we use separate background services to process the data. Message queues help a lot with ensuring data is never lost, traffic spikes, etc. We decided we to put together a list of why you should be using message queues!

Continue Reading on @stackify's Blog

Hangfire Pro 1.4.8

This release contains a bunch of fixes for batches, and is recommended for anyone who use them. Batches now always created in a correct state (Started, Completed or Succeeded), depending of state of its jobs. This is the most important change that fixes weird problems with batches that hanging forever.

Continue Reading →

Hangfire 1.6.8


Hangfire.Pro.Redis 2.0.6

This is a correcting release that fixes Server.StartedAt field reset problem during each server heartbeat, which lead to confusion that servers are constantly restarted, when watching the Servers page. It also adds missing GetValueFromHash method required by popular Hangfire.Console extension.

Continue Reading →