tao.mo

task-schedule | 修改 | 配置文件调整

mt
2024年12月18日18:03:30
...@@ -16,6 +16,21 @@ export: ...@@ -16,6 +16,21 @@ export:
16 sendObRetry: 0 0/3 * * * ? 16 sendObRetry: 0 0/3 * * * ?
17 #发送邮件到预清关组 17 #发送邮件到预清关组
18 pushConFile: 0 0/5 * * * ? 18 pushConFile: 0 0/5 * * * ?
19 + #文件清理任务
20 + fileClean: 0 1 * * *
21 + mail:
22 + smtp:
23 + host: mapper.gslb.fedex.com
24 + port: 25
25 + needauth: true
26 + proxy:
27 + startFlag: true
28 + host: sg2-proxy.apac.fedex.com
29 + port: 3128
30 + mailAccountFlag: false
31 + sendEmail:
32 + account:
33 + password:
19 rpc: 34 rpc:
20 url: 35 url:
21 rpcKafkaReceive1: https://pjea0179.prod.apac.fedex.com:9002/icleartwkafka/rpcKafka/rpcKafkaReceive 36 rpcKafkaReceive1: https://pjea0179.prod.apac.fedex.com:9002/icleartwkafka/rpcKafka/rpcKafkaReceive
......
...@@ -16,6 +16,22 @@ export: ...@@ -16,6 +16,22 @@ export:
16 sendObRetry: 0 0/1 * * * ? 16 sendObRetry: 0 0/1 * * * ?
17 #发送邮件到预清关组 17 #发送邮件到预清关组
18 pushConFile: 0 0/1 * * * ? 18 pushConFile: 0 0/1 * * * ?
19 + #文件清理任务
20 + fileClean: 0 1 * * *
21 + mail:
22 + smtp:
23 + host: smtp.qiye.aliyun.com
24 + port: 25
25 + needauth: true
26 + proxy:
27 + startFlag: false
28 + host: sin-proxy.apac.fedex.com
29 + port: 3128
30 + mailAccountFlag: true
31 + sendEmail:
32 + account: tao.mo@erry.com
33 + password: xiaozhen!1
34 +
19 rpc: 35 rpc:
20 url: 36 url:
21 rpcKafkaReceive1: http://47.103.140.98:7010/icleartwkafka/rpcKafka/rpcKafkaReceive 37 rpcKafkaReceive1: http://47.103.140.98:7010/icleartwkafka/rpcKafka/rpcKafkaReceive
......
...@@ -16,6 +16,21 @@ export: ...@@ -16,6 +16,21 @@ export:
16 sendObRetry: 0 0/3 * * * ? 16 sendObRetry: 0 0/3 * * * ?
17 #发送邮件到预清关组 17 #发送邮件到预清关组
18 pushConFile: 0 0/5 * * * ? 18 pushConFile: 0 0/5 * * * ?
19 + #文件清理任务
20 + fileClean: 0 1 * * *
21 + mail:
22 + smtp:
23 + host: mapper.gslb.fedex.com
24 + port: 25
25 + needauth: true
26 + proxy:
27 + startFlag: true
28 + host: sg2-proxy.apac.fedex.com
29 + port: 3128
30 + mailAccountFlag: false
31 + sendEmail:
32 + account:
33 + password:
19 rpc: 34 rpc:
20 url: 35 url:
21 rpcKafkaReceive1: http://ujea0145.nonprod.apac.fedex.com:9001/icleartwkafka/rpcKafka/rpcKafkaReceive 36 rpcKafkaReceive1: http://ujea0145.nonprod.apac.fedex.com:9001/icleartwkafka/rpcKafka/rpcKafkaReceive
......