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 2020/07/10 04:02:58 UTC

[GitHub] [shardingsphere-elasticjob-lite] WengyXu commented on issue #706: 服务重启后,原来的任务不会执行

WengyXu commented on issue #706:
URL: https://github.com/apache/shardingsphere-elasticjob-lite/issues/706#issuecomment-656469982


   我也遇到这个问题
   ```java
   @ScheduledJob(name = "processExecutionRecordsJob", cron = "${job.cron.execution-records}", shardingTotalCount = 2, overwrite = true, failover = true, misfire = true)
   public class ExecutionRecordsJob implements SimpleJob {
   
   ```
   首次部署后任务执行正常,但当我更新部署后,任务则失效了。版本2.1.5


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