Overview

Hosted services enable applications to run background tasks for the lifetime of the application, with proper startup and shutdown lifecycle management.

  • ConnectSoft Base Template: See Hosted Services for the implementation in the Base Template, including StartupWarmupGate, VectorIngestionHost, and how to add custom hosted services.
  • Base Template docs: For configuration and implementation details, see the Base Template docs/Hosted Services.md in the ConnectSoft.BaseTemplate repository.