Hangfire on Azure Kubernetes
Author: MatteoRigoniCreated Feb 1, 2024Updated Jul 8, 2026
I'm trying to use Hangfire in a .NET 7 project dockerized, and locally works fine. I have to deploy in a K8S cluster, anyone has any experiences? Any suggestion about configuration?
My idea is to have several pods, each one with a workerCount of 2 parallel jobs. Is there any specific configuration for working on a dockerized environment?
Thanks for any experiences about it.
Source: HangfireIO/Hangfire