You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/05/26 05:55:46 UTC

[GitHub] [shardingsphere-elasticjob] 9527J opened a new issue #1895: Invoking other services

9527J opened a new issue #1895:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1895


   [Timed tasks call the Fegin interface, and there is a non-execution time execution]
   
   **问题复现步骤:**
   
   1. [Define a timed task to be executed every second, invoking service B]
   2. [Start service B]
   3. [Start service Job]
   
   **期望的表现:**
   
   [Service B is called every second]
   
   **观察到的表现:**
   
   [There are two calls per second]
   
   ![Console log](https://user-images.githubusercontent.com/49234299/119609112-9e145000-be29-11eb-9ff0-e76341403f2c.png)
   
   
   **Elastic-Job版本:** [2.1.5-lite-spring]
   **操作系统及版本:** [windows 10]


-- 
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] 9527J closed issue #1895: Invoking other services

Posted by GitBox <gi...@apache.org>.
9527J closed issue #1895:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1895


   


-- 
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] 9527J commented on issue #1895: Invoking other services

Posted by GitBox <gi...@apache.org>.
9527J commented on issue #1895:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1895#issuecomment-855372241


   > 
   > 
   > Could you provide your job configurations? Is it possible that misfire happened?
   
   `
       <job:simple id="testTxLcnJob" class=""
                   registry-center-ref="regCenter" cron="0/1 * * * * ?" overwrite="true" failover="false"
                   sharding-item-parameters="0=a" description="This is a timed task" sharding-total-count="1"/>
   `
   `
       <reg:zookeeper id="regCenter" server-lists="127.0.0.1:2181" namespace="garbage-job" base-sleep-time-milliseconds="1000"
                      max-sleep-time-milliseconds="3000" max-retries="1" />
   `


-- 
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] TeslaCN commented on issue #1895: Invoking other services

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #1895:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1895#issuecomment-855346615


   Could you provide your job configurations? Is it possible that misfire happened?


-- 
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] 9527J removed a comment on issue #1895: Invoking other services

Posted by GitBox <gi...@apache.org>.
9527J removed a comment on issue #1895:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1895#issuecomment-855371320






-- 
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] 9527J closed issue #1895: Invoking other services

Posted by GitBox <gi...@apache.org>.
9527J closed issue #1895:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1895


   


-- 
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] 9527J commented on issue #1895: Invoking other services

Posted by GitBox <gi...@apache.org>.
9527J commented on issue #1895:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1895#issuecomment-855371320


   > 
   > 
   > Could you provide your job configurations? Is it possible that misfire happened?
   
   


-- 
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] 9527J commented on issue #1895: Invoking other services

Posted by GitBox <gi...@apache.org>.
9527J commented on issue #1895:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1895#issuecomment-855372005


   > 
   > 
   > Could you provide your job configurations? Is it possible that misfire happened?
   
   @TeslaCN 


-- 
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] 9527J commented on issue #1895: Invoking other services

Posted by GitBox <gi...@apache.org>.
9527J commented on issue #1895:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1895#issuecomment-855371128


   > 
   > 
   > Could you provide your job configurations? Is it possible that misfire happened?
   
   `
       <reg:zookeeper id="regCenter" server-lists="127.0.0.1:2181" namespace="garbage-job" base-sleep-time-milliseconds="1000"
                      max-sleep-time-milliseconds="3000" max-retries="1" />
       <job:simple id="testTxLcnJob" class=""
                   registry-center-ref="regCenter" cron="0/1 * * * * ?" overwrite="true" failover="false"
                   sharding-item-parameters="0=a" description="This is a timed task" sharding-total-count="1"/>
   `


-- 
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] 9527J removed a comment on issue #1895: Invoking other services

Posted by GitBox <gi...@apache.org>.
9527J removed a comment on issue #1895:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1895#issuecomment-855372005


   > 
   > 
   > Could you provide your job configurations? Is it possible that misfire happened?
   
   @TeslaCN 


-- 
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:
users@infra.apache.org