xxl-job-executor3.properties 911 B

1234567891011121314151617181920212223242526
  1. ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
  2. #xxl.job.admin.addresses=http://localhost:8175/xxl-job-admin
  3. #xxl.job.admin.addresses=http://10.81.3.152:8175/xxl-job-admin
  4. xxl.job.admin.addresses=http://10.220.1.5:8175/xxl-job-admin
  5. ### xxl-job, access token
  6. xxl.job.accessToken=
  7. ### xxl-job executor appname
  8. ### 场站计算
  9. xxl.job.executor.appname=generationTarget-job-3
  10. ### 区域公司计算
  11. #xxl.job.executor.appname=generationRG-job
  12. ### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null
  13. xxl.job.executor.address=
  14. ### xxl-job executor server-info
  15. xxl.job.executor.ip=
  16. #场站端口
  17. xxl.job.executor.port=8175
  18. #区域端口
  19. #xxl.job.executor.port=9202
  20. ### xxl-job executor log-path
  21. xxl.job.executor.logpath=/data/nem/computeEngine/logs
  22. ### xxl-job executor log-retention-days
  23. xxl.job.executor.logretentiondays=30