部门:技术平台研发二部
产品线:无
需求描述:使用koca-admin-jobSchdule和postgresql数据源时有报错
痛点:
功能现状:使用koca-admin-jobSchdule和postgresql数据源时有报错
需求紧急程度:希望2023-06月解决
此话题用于测试koca开发者手册流程,请忽略
加段配置试试看
quartz:
scheduler:
instanceName: KOCAScheduler #调度器实例名
instanceId: AUTO #实例ID 默认AUTO
threadPool:
class: org.quartz.simpl.SimpleThreadPool #使用ThreadPool的实现的名字,默认org.quartz.simpl.SimpleThreadPool
threadCount: 10 #并行执行job可用的线程数,默认10
threadPriority: 5 #线程优先级,1——10之间任意整数,默认为5.
properties:
org:
quartz:
jobStore:
driverDelegateClass: org.quartz.impl.jdbcjobstore.PostgreSQLDelegate #postgresql