go-disque
go-disque copied to clipboard
Fix bugs in tasque worker
- If defer client.Close() register before if err != nil {, panic will occur when disque is unable to access.
- pool.Get() should retry after interval when err != nil