Relative Content

Tag Archive for asp.net-mvchangfirehangfire-sql

Programatically add or remove Hangfire Server and Queues

We have a multi-tenant asp.net mvc (framework, not core) app in which we create Hangfire servers and queues by tenenant at app startup. When we have a new tenant sign up or one leave, we’d like to add or remove their servers/queues without having to restart the app. Is there anyway to do this for .net framework? I’ve seen this question about how to do it in .net core.