• asp.net core Microsoft.Hosting.Lifetime[0] Application is shutting down...


    asp.net core程序在调试时,或者在生产环境运行dotnet命令后,报错:Microsoft.Hosting.Lifetime[0] Application is shutting down...

    我这边的原因是:几位大哥写了几个后台任务,继承了BackgroundService,ExecuteAsync方法内使用的代码是同步执行。

    也就是说程序要起来,必须等待所有自定义的BackgroundService执行完。

    既然原因找到了,那么在ExecuteAsync方法体内,将所有代码用Task.Run()包起来就行了。

  • 相关阅读:
    Docker入门
    服务配置中心
    zuul网关
    git2
    git1
    git
    shiro授权、注解式开发
    shiro认证-SSM
    Shiro入门
    Springmvc之文件上传
  • 原文地址:https://www.cnblogs.com/subendong/p/15572239.html
Copyright © 2020-2023  润新知