Files
SIPAIIS_WMS_JSSW/src/main/resources/xxl-job-executor.properties
2026-01-16 14:13:44 +08:00

15 lines
1005 B
Properties
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 调度中心地址
xxl.job.admin.addresses=http://132.120.132.77:8081/xxl-job-admin
#执行器"AppName"和地址信息配置AppName执行器心跳注册分组依据地址信息用于"调度中心请求并触发任务"和"执行器注册"。执行器默认端口为9999执行器IP默认为空表示自动获取IP多网卡时可手动设置指定IP该IP不会绑定Host仅作为通讯实用。单机部署多个执行器时注意要配置不同执行器端口
xxl.job.executor.appname=task-001
xxl.job.executor.ip=
xxl.job.executor.port=9998
#执行器通讯TOKEN非空时启用
xxl.job.accessToken=
#xxl-job log path执行器运行日志文件存储的磁盘位置需要对该路径拥有读写权限
xxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler
#xxl-job log retention days执行器Log文件定期清理功能指定日志保存天数日志文件过期自动删除。限制至少保持3天否则功能不生效
xxl.job.executor.logretentiondays=30