关于[Long-Running Tasks in a Monolith ASP.NET Core Application]的摘要:
Often we come across scenarios where invoking a Web API endpoint triggers long-running tasks. In this article, we’re going to explore the different ways we can implement such a long-running task in an ASP.NET Core Web API.
原文地址: https://code-maze.com/aspnetcore-long-running-tasks-monolith-app/