✅ Design Question: Hangfire as an event bus?
Hi I have a design question.
I've come across a lot of implementations of Hangfire as a Service Bus in my scrawl through the internet.
I've personally used Hangfire more as a standalone scheduled job processor, or something that consumes events from a service bus. The concept of using Hangfire to event queue everything seems strange to me.
My Question: Is Hangfire as a service bus an actual good practice, and if so what are the pros and cons of using it?
I've come across a lot of implementations of Hangfire as a Service Bus in my scrawl through the internet.
I've personally used Hangfire more as a standalone scheduled job processor, or something that consumes events from a service bus. The concept of using Hangfire to event queue everything seems strange to me.
My Question: Is Hangfire as a service bus an actual good practice, and if so what are the pros and cons of using it?