For instance (tqueue.lua):
- There are no limits and retry parameters described in comment, while they are both mandatory for box.queue.put
- timeout parameter is not actually supported by box.queue.take at all, making this "queue" less useful in some circumstances, like ones I am in.