Open Closed

Application ShutDown #6500


User avatar
0
guven.uysall created
  • ABP Framework version: v6.0.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular):no

We have an ABP microservice project running on IIS. If there is no request to our services for a certain period of time, Application.ShutDown occurs and the service shuts down itself. How can I set our services to always run on IIS?


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    https://learn.microsoft.com/en-us/answers/questions/916124/why-does-build-stop-application-pool-(net-core-6-0

  • User Avatar
    0
    guven.uysall created

    Hi @Maliming,

    https://learn.microsoft.com/en-us/answers/questions/916124/why-does-build-stop-application-pool-(net-core-6-0 I know these settings. I tried but it didn't work. The service shuts down itself.

    Logs:

    2024-01-12 00:00:01.673 +03:00 [INF] Application is shutting down...

    ABP gives this warning, right?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please check the Windows Event Viewer.

    I think this is still because the IIS is recycled.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11