frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Building an in-memory background job queue in ASP.NET Core

https://abp.io/community/articles/how-to-build-an-in-memory-background-job-queue-in-asp.net-core-from-scratch-pai2zmtr
2•oguzhanagir•2h ago

Comments

oguzhanagir•2h ago
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.