3 points | by oguzhanagir 6 hours ago ago
1 comments
I wrote this while exploring a lightweight alternative to Hangfire for simple ASP.NET Core use cases.
The goal was to understand how far you can go with an in-memory queue + BackgroundService before introducing external infrastructure.
Happy to hear feedback or alternative approaches others are using.
I wrote this while exploring a lightweight alternative to Hangfire for simple ASP.NET Core use cases.
The goal was to understand how far you can go with an in-memory queue + BackgroundService before introducing external infrastructure.
Happy to hear feedback or alternative approaches others are using.