Base solution for your next web application
Open Closed

cpu usage is at 50% even after no one is using the CRM #11179


User avatar
0
ndhimar created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 8
  • What is your product type (Angular or MVC)? Anguklar
  • What is product framework type (.net framework or .net core)? .net core 3.1

If issue related with ABP Framework

  • What is ABP Framework version?

cpu usage is at 50% even after no one is using the CRM back end is stil running and using CPU at 50%


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @ndhimar

    We made several enhancements in the project to solve such problems. You can try;

    1. Upgrade to latest version of Abp. Just upgrade all Abp.* NuGet packages to latest version.
    2. We impelemented async token validation via https://github.com/aspnetzero/aspnet-zero-core/pull/4234, you can apply same changes to your project as well.