Hangfire + Multi Tenancy
Краткий туториал, как организовать обработку фоновых задач с приоритетами для условного SaaS продукта с разделением клиентских данных.
https://habr.com/ru/articles/902246/
#hangfire #tenancy #multitenancy

Hangfire + Multi Tenancy
Краткий туториал, как организовать обработку фоновых задач с приоритетами для условного SaaS продукта с разделением клиентских данных. Постановка задачи Это одна из регулярно встречающихся задач,...
Хабр🚀 Sharing context between HTTP &
#Hangfire in
#DotNet (
#NET8)?
✅ Unified CategoryId access with IContextAccessor.
✅ Clean DI setup for HTTP (ContextAccessor) & Hangfire (ContextDataProvider).
✅ Avoid dependency loops, scale easily!
Detail: ➡️
https://elguerre.com/2024/12/22/sharing-http-and-hangfire-context-in-a-net-8-api/ #CSharp #BackgroundJobs
Sharing HTTP and Hangfire Context in a .NET 8 API
“In my latest projects working with Hangfire, I keep running into the issue of sharing the same HTTP context data between the API itself and any background jobs. Hangfire runs its own environment s…
Juanlu, ElGuerre🚀 How to configure
#Hangfire in a .NET 8 API & secure the dashboard with
#JWT & Bearer tokens! Plus, prioritize jobs with multiple queues:
✅ Immediate & Scheduled Jobs
✅ Critical vs Default Queues
https://wp.me/p29SK-W9 #DotNet #BearerToken #Csharp #APISecurity #DevOps
How to Configure Hangfire in a .NET 8 API with Secure Dashboard Access and Job Prioritization
Introduction Hangfire is a powerful library that simplifies background job processing in .NET applications. It allows you to run tasks like sending emails, processing data, or performing scheduled …
Juanlu, ElGuerreNew post:
A Newsletter Subscription Service Part 2 - Refactoring the Services (and a little Hangfire)
Part 2 in the series of how I'm adding a Newsletter subscription service (than nobody will use ;)) to my blog.
#aspnetcore #hangfire
https://www.mostlylucid.net/blog/anewslettersubscriptionservicept2

A Newsletter Subscription Service Part 2 - Refactoring the Services (and a little Hangfire) (English)
Scott Galloway is a lead developer and software engineer with a passion for building web applications.

Change the Name of the Hangfire Dashboard - Improve & Repeat
With a little bit of configuration we can change the default name of the Hangfire dashboard to something application specific.
Improve & Repeat