job.scheduler.instanceName

This commit is contained in:
thinkgem
2018-08-27 22:02:19 +08:00
parent 8f4724fab2
commit 01abf24665
2 changed files with 13 additions and 1 deletions

View File

@@ -226,6 +226,12 @@ jdbc:
# threadCount: 10
# threadPriority: 5
#
# # 调度设置集群中每一个实例都必须使用相同的instanceName名称 (区分特定的调度器实例)
# # 每一个instanceId必须不同设置AUTO则自动生成
# scheduler:
# instanceName: JeeSiteScheduler
# instanceId: AUTO
#
# # 任务调度集群设置
# jobStore:
# isClustered: true