Forget indicates that an item is finished being retried. Doesn't matter whether its for perm failing or for success, we'll stop tracking it
(item interface{})
| 30 | // Forget indicates that an item is finished being retried. Doesn't matter whether its for perm failing |
| 31 | // or for success, we'll stop tracking it |
| 32 | Forget(item interface{}) |
| 33 | // NumRequeues returns back how many failures the item has had |
| 34 | NumRequeues(item interface{}) int |
| 35 | } |
no outgoing calls