Scaling Hangfire: Process More Jobs Concurrently
As you start enqueuing more background jobs with Hangfire, you might need to increase the number of Consumers that can process jobs. Scaling Hangfire can be done in a couple of ways that I’ll explain in this post, along with one tip on what to be aware of when starting to scale out. YouTube Check out my YouTube channel where I post all kinds of content that accompanies my posts including this video showing everything that is in this post. Producers & Consumers First, let’s clear up how Hangfire works with producers and consumers. A Hangfire producer is creating background… Read More »Scaling Hangfire: Process More Jobs Concurrently