diff --git a/IRaCIS.Core.API/_PipelineExtensions/HangfireConfig.cs b/IRaCIS.Core.API/_PipelineExtensions/HangfireConfig.cs index 7c9b5610a..564b70a91 100644 --- a/IRaCIS.Core.API/_PipelineExtensions/HangfireConfig.cs +++ b/IRaCIS.Core.API/_PipelineExtensions/HangfireConfig.cs @@ -43,21 +43,7 @@ namespace IRaCIS.Core.API }); - #region hangfire - - HangfireJobHelper.ImmediatelyOnceOnlyJob( t => t.InitHangfireJobTaskAsync() ); - - //// 延迟任务执行 1秒之后执行 有时启动没运行 换成添加到队列中 - //BackgroundJob.Schedule(t => t.MemoryCacheTrialStatus(), TimeSpan.FromSeconds(1)); - ////添加到后台任务队列, - //BackgroundJob.Enqueue(t => t.MemoryCacheTrialStatus()); - - //周期性任务,1天执行一次 - - //RecurringJob.AddOrUpdate(t => t.ProjectStartCache(), Cron.Daily); - - #endregion } } diff --git a/IRaCIS.Core.Application/Resources/en-US.json b/IRaCIS.Core.Application/Resources/en-US.json index 0e0dcd235..7a73a41bf 100644 --- a/IRaCIS.Core.Application/Resources/en-US.json +++ b/IRaCIS.Core.Application/Resources/en-US.json @@ -1,3 +1,2 @@ { - } \ No newline at end of file diff --git a/IRaCIS.Core.Application/Resources/zh-CN.json b/IRaCIS.Core.Application/Resources/zh-CN.json index 0e0dcd235..7a73a41bf 100644 --- a/IRaCIS.Core.Application/Resources/zh-CN.json +++ b/IRaCIS.Core.Application/Resources/zh-CN.json @@ -1,3 +1,2 @@ { - } \ No newline at end of file