released beta-0.9

This commit is contained in:
2022-01-04 20:42:14 +00:00
parent 74e2a2955a
commit 8bb7f638aa
7 changed files with 11 additions and 11 deletions

View File

@@ -158,7 +158,7 @@ namespace AyaNova.Api.Controllers
log.LogInformation($"### Server shut down requested by user {UserNameFromContext.Name(HttpContext.Items)}, triggering shut down event now...");
_appLifetime.StopApplication();
_appLifetime.StopApplication();//Note: this should also trigger graceful shutdown of JOBS as well
return Accepted();
}