1 comments

  • oguzhanagir 9 hours ago 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.