Temporal Worker Client Hosting Aspire

Worker/client lifecycle, task queues, DI hosting patterns, and Aspire (InfinityFlow-style) integration guidance for Temporal .NET. Use when this capability is needed.

tomevault-io Updated

File contents

Worker + Client Hosting (and Aspire)

When to use

Use when the user asks about:

  • creating the Temporal client (singleton per process)
  • worker registration and task queues
  • scaling workers horizontally
  • Aspire/InfinityFlow integration and local dev server patterns
  • double-bootstrapping (worker starts itself + Aspire also starts it)

Required output

  • Recommended bootstrap structure (Generic Host / DI lifetimes)
  • Task queue naming guidance (stable + explicit)
  • Aspire rule: when Aspire is present, workers should be first-class Aspire projects/resources

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/rebeccapowell--dotnet-temporal-ai--temporal-worker-client-hosting-aspire commit d72b9c1e84

Frequently asked questions

npx skillmds@latest add tomevault-io/temporal-worker-client-hosting-aspire