You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "cocodroid (via GitHub)" <gi...@apache.org> on 2023/02/22 17:08:25 UTC

[GitHub] [shardingsphere-elasticjob] cocodroid commented on issue #2180: For elasticjob-error-handler , can multiple jobs support global configuration

cocodroid commented on issue #2180:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2180#issuecomment-1440441254

   Can you use this method to solve your problem ?
   
   ```
   wechatProp : &wechatProp
     wechat:
       webhook: you_webhook
       connectTimeout: 3000
       readTimeout: 5000
   
   xxxJob1: 
     ......
     jobErrorHandlerType: WECHAT
    props: *wechatProp
   
   xxxJob2: 
     ......
     jobErrorHandlerType: WECHAT
    props: *wechatProp
   ```


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org