go-disque icon indicating copy to clipboard operation
go-disque copied to clipboard

Fix bugs in tasque worker

Open liguangbo opened this issue 8 years ago • 0 comments

  1. If defer client.Close() register before if err != nil {, panic will occur when disque is unable to access.
  2. pool.Get() should retry after interval when err != nil

liguangbo avatar Jan 10 '18 11:01 liguangbo