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 →
This is a correcting release that allows Hangfire to work with databases with case-sensitive and binary collations and fixes some other problems. Integration tests now are running against a case-sensitive database to reduce the probability of a mistake.
Continue Reading →
This is a correcting release that fixes job prioritization via queue ordering in an instance of the BackgroundJobServerOptions
class and adds support for symbol packages.
Continue Reading →
This is a correcting release that contains some bug fixes.
Continue Reading →
After a long development, batches and batch continuations are completed, and I’m glad to introduce these features. It was a real challenge for me and for Hangfire to implement these features as a regular extension. If you don’t share my joy (Batches? Why I need them?), I’ll show you why they are so important.
Continue Reading →