Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

retryhandler处理repeat job的bug-卢松 #374

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

retryhandler处理repeat job的bug-卢松 #374

wants to merge 1 commit into from

Commits on Sep 5, 2017

  1. retryhandler处理repeat job的bug,

    假如job repeatCount为5,重试次数设置为5次,那么前面4次repeat都会比较retry的时间和下次repeat job的时间.
    而最后一次repeat job会把重试次数5次用完。具体看注释。
    
    原来的逻辑会导致job永远不会结束执行,因为repeatedCount一直没有变,永远不能时repeatCount变为5,循环执行下去!
    lusong1986 committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    28b68f1 View commit details
    Browse the repository at this point in the history