0

I built a program running on ASP.NET Core. And I need to do a lot of calculations and process a long time.

And I create a controller and api that if this link is opened by Cronjob, this operation will start and finally return ok will be done.

But unfortunately, the browser or any requester has 30 second timeouts I set my ASP.NET Core timeout to 50 minutes but it didn't help.

I do not know what to do so that when my api is called first return ok is done and then everything else is done in the background

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
IcyMaster
  • 13
  • 2

0 Answers0