background-job-system · 2026-07
Background Job System — Dedicated Worker, Outbox, Dead-Letter Queue
Designed and built the background-job subsystem for the Partners.com.bd marketplace backend (.NET, ASP.NET Core, SQL Server) — a dedicated Hangfire worker with an atomic-enqueue outbox, a dead-letter queue, idempotent handlers, least-privilege SQL isolation, and OpenTelemetry-based observability. The single place all async work now lives.
[dotnet][hangfire][distributed-systems][reliability]