BusyBee is a lightweight library for in-memory background processing in .NET applications. It provides a simple way to queue and run background tasks and fire-and-forget jobs. OpenTelemetry tracing ready, easy integration with dependency injection, and supports cancellation tokens.
$ dotnet add package BusyBeeFast and observable background job processing for .NET built on native channels. Simple configuration, rich job context, and built-in OpenTelemetry metrics and tracing.
Available on NuGet: https://www.nuget.org/packages/BusyBee
Install via .NET CLI:
dotnet add package BusyBee
Source code, docs and examples: https://github.com/mikasjp/BusyBee