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

[GitHub] [shardingsphere-elasticjob] lvguangzeng opened a new issue, #2180: For elasticjob-error-handler , can multiple tasks support global configuration

lvguangzeng opened a new issue, #2180:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2180

   The configuration in the documentation doesn't work properly
   <img width="840" alt="image" src="https://user-images.githubusercontent.com/13690075/217421096-0be44217-c261-4302-9663-3d8b722dc455.png">
   
   **current correct configuration**
   <img width="406" alt="image" src="https://user-images.githubusercontent.com/13690075/217423577-b54e0504-2b23-4ff5-a64e-7e7d377ae0fa.png">
   
   
   Can you support the configuration method in the document?
   For example, if multiple jobs are configured with WECHAT, the corresponding wechat.webhook needs to be configured only once.        
   


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

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


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

Posted by "lvguangzeng (via GitHub)" <gi...@apache.org>.
lvguangzeng closed issue #2180: For elasticjob-error-handler , can multiple jobs support global configuration
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2180


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


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

Posted by "lvguangzeng (via GitHub)" <gi...@apache.org>.
lvguangzeng commented on issue #2180:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2180#issuecomment-1467584051

   thanks


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


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

Posted by "cocodroid (via GitHub)" <gi...@apache.org>.
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