Skip to content

Worker Template — Resiliency (agents)

Agent intent

Consumer retries, DLQ patterns, idempotent handlers — not HTTP edge Polly.

Template role: Layer 3 worker host — messaging/scheduling/long-running — not a primary HTTP API surface (use Microservice for that).

Canonical technical documentation

Public site has a consolidated Worker page (extend with Base/Microservice docs as needed):

**➜ Worker Template — public overview

Repository

  • Repo: ConnectSoft.WorkerTemplateREADME.md, AGENTS.md
  • Short name (typical): connectsoft-worker — confirm with dotnet new connectsoft-worker -h.

Agent checklist