Skip to content

Commit

Permalink
callci:æ�解除跟他æ更新执行过的äºä任务
Browse files Browse the repository at this point in the history
  • Loading branch information
blackroot committed Mar 24, 2022
1 parent 0624620 commit e729075
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xdelay_queue/delay_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ func (dq *DelayQueue) UpdateJob(jobCore *JobCore) error {
bucketIdx = job.BucketIndex
doneTimes = job.DoneTimes
}
if doneTimes > 0 {
return errors.New("job is doing")
}
//if doneTimes > 0 {
// return errors.New("job is doing")
//}
value, err := json.Marshal(&Job{
JobCore: jobCore,
JobBucket: &JobBucket{
Expand Down

0 comments on commit e729075

Please sign in to comment.