recently ran into problems with deletes timing out when hitting queues hard within iron worker. ended up using the async module to run async.retry() for queue.del(). would be great if the library handled retrying on timeouts across all relevant functionality