rss feed Blog

Happy birthday, Hangfire!

Two years ago, on Aug, 6, I tired to write custom implementations of background processing over and over again. So I pushed the first Simple and naive implementation commit to the Hangfire repository. It was really simple and naive – 8 files, ~300 lines of code with a lot of todos in comments, and the story began.

Continue Reading →

Hangfire 1.5.0 Beta

This is a pre-release version that adds a lot of great new features for Hangfire requested by you, including background processes, built-in support for custom scopes in IoC containers, queues for recurring jobs and much more!

Continue Reading →

Hangfire 1.4.5

This is a correcring release that fixes NotSupportException: This stream does not support seek operations bug added in 1.4.4. This exception is raised on all unbuffered HTTP POST requests to the Dashboard.

Continue Reading →

Hangfire 1.4.4


Hangfire Pro 1.3.0

This release makes some hard-coded values (like maximum succeeded job list length) configurable through the RedisStorageOptions class. It also helps to re-queue aborted background jobs earlier – instead of waiting for invisibility timeout after non-graceful shutdown, we are re-queueing aborted background jobs right after its server becomes inactive.

Continue Reading →