mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:03:25 +08:00
【新增】hangfire定时任务增加【已经完成的Job任务进行定时过期删除处理】。
This commit is contained in:
@@ -119,6 +119,10 @@ namespace CoreCms.Net.Configuration
|
||||
/// 登录密码
|
||||
/// </summary>
|
||||
public static readonly string HangFirePassWord = AppSettingsHelper.GetContent("HangFire", "PassWord");
|
||||
/// <summary>
|
||||
/// 已经完成的任务过期时间,单位分钟(默认10080,7天时间)
|
||||
/// </summary>
|
||||
public static readonly int HangFireJobExpirationTimeOut = AppSettingsHelper.GetContent("HangFire", "JobExpirationTimeOut").ObjToInt(10080);
|
||||
|
||||
|
||||
#endregion
|
||||
@@ -146,7 +150,7 @@ namespace CoreCms.Net.Configuration
|
||||
|
||||
#endregion
|
||||
|
||||
#region Swagger授权访问设置================================================================================
|
||||
#region Swagger授权访问设置
|
||||
/// <summary>
|
||||
/// Swagger文档默认访问路由地址
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user