将定时任务操作者改为,当前系统管理员
This commit is contained in:
@@ -311,7 +311,7 @@ public class OAuthService : IDynamicApiController, ITransient
|
||||
stopTimedTaskSvcCTS = new();
|
||||
try
|
||||
{
|
||||
_backgroundService.StartAsync(stopTimedTaskSvcCTS.Token);
|
||||
_backgroundService.StartAsync(stopTimedTaskSvcCTS.Token); //此处不阻塞
|
||||
}
|
||||
catch (TaskCanceledException)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user