mirror of
https://github.com/hibiken/asynq.git
synced 2024-12-24 23:02:18 +08:00
Minor cleanup
This commit is contained in:
parent
698fdcfcb2
commit
6491f46955
@ -137,13 +137,12 @@ func (p *processor) exec() {
|
||||
if resErr != nil {
|
||||
if msg.Retried >= msg.Retry {
|
||||
p.kill(msg, resErr.Error())
|
||||
return
|
||||
}
|
||||
} else {
|
||||
p.retry(msg, resErr.Error())
|
||||
}
|
||||
return
|
||||
}
|
||||
p.markAsDone(msg)
|
||||
return
|
||||
}
|
||||
}()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user