Skip to content

Commit

Permalink
Bugfix: timer queue active processor missing return err (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxing1292 authored Jul 26, 2018
1 parent 9905bf7 commit 122cad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/history/timerQueueActiveProcessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ Update_History_Loop:
if err == ErrConflict {
continue Update_History_Loop
}
return err
}

t.notifyNewTimers(timerTasks)
Expand Down

0 comments on commit 122cad8

Please sign in to comment.