terrymanu commented on issue #1597: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1597#issuecomment-712935254
We can talk about prop format first, how about ``` simpleJob.elasticJobClass=org.apache.shardingsphere.elasticjob.lite.example.job.SpringBootSimpleJob simpleJob.cron=0/5 * * * * ? simpleJob.shardingTotalCount=3 simpleJob.shardingItemParameters=`0=Beijing,1=Shanghai,2=Guangzhou` simpleJob.extraConfigurations.errorHandler.dingtalk.webhook=my-webhook simpleJob.extraConfigurations.errorHandler.dingtalk.keyword=my-keyword simpleJob.extraConfigurations.errorHandler.dingtalk.secret=my-secret simpleJob.extraConfigurations.errorHandler.email.host=smtp.myhost simpleJob.extraConfigurations.errorHandler.email.port=465 simpleJob.extraConfigurations.errorHandler.email.username=my-username simpleJob.extraConfigurations.errorHandler.email.password=my-password simpleJob.extraConfigurations.errorHandler.email.from=m...@email.com simpleJob.extraConfigurations.errorHandler.email.to=tar...@email.com simpleJob.extraConfigurations.errorHandler.email.debug=true ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
