released beta-0.9
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user