You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/03/17 10:05:26 UTC

[GitHub] [dolphinscheduler] caishunfeng commented on issue #8492: [Bug] [dao] Rerun does not take effect in case of failure

caishunfeng commented on issue #8492:
URL: https://github.com/apache/dolphinscheduler/issues/8492#issuecomment-1070726845


   >How to reproduce
   modify class TaskInstance:
   
   private int retryTimes; ---> private Integer retryTimes;
   private int maxRetryTimes; ---> private Integer maxRetryTimes;
   private int retryInterval; ---> private Integer retryInterval;
   
   Hi @FrankZhang996 what your meaning about modifying class TaskInstance?


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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