refine delivery
parent
8fd65a83e4
commit
1722f18d21
|
@ -120,7 +120,7 @@ func (d *deliver) Nack() {
|
||||||
|
|
||||||
_, err := d.client.Delete(ctx, assignKey)
|
_, err := d.client.Delete(ctx, assignKey)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.ERROR.Printf("nack task %s err: %s", d.value, err)
|
log.ERROR.Printf("nack task %s err: %s", d.key, err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue