xxl-job-executor.properties 797 B

1234567891011121314151617181920
  1. ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
  2. #xxl.job.admin.addresses=http://192.168.2.198:8175/xxl-job-admin
  3. #xxl.job.admin.addresses=http://10.0.118.76:8175/xxl-job-admin
  4. xxl.job.admin.addresses=http://10.81.3.152:8175/xxl-job-admin
  5. ### xxl-job, access token
  6. xxl.job.accessToken=
  7. ### xxl-job executor appname
  8. xxl.job.executor.appname=failurestatistics-job
  9. ### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null
  10. xxl.job.executor.address=
  11. ### xxl-job executor server-info
  12. xxl.job.executor.ip=
  13. xxl.job.executor.port=9112
  14. ### xxl-job executor log-path
  15. xxl.job.executor.logpath=d:\\jobs\\failurestatistics-job
  16. ### xxl-job executor log-retention-days
  17. xxl.job.executor.logretentiondays=30