Host

  • 11 August 2024

How to ensure the graceful IHostedService shutdown

This article is a translation discussing the reasons for the timeout of `System.OperationCanceledException: The operation was canceled.` when shutting down `IHostedService`, as well as how to avoid it, thereby achieving a graceful shutdown.

Read more