tarantool / queue

Create task queues, add and take jobs, monitor failed tasks
Other
237 stars 52 forks source link

missing _queue_taken:insert #71

Closed aleclarson closed 6 years ago

aleclarson commented 6 years ago

I can't find where _queue_taken:insert is in the code. Did it get taken out accidentally, or am I misunderstanding how that works?

aleclarson commented 6 years ago

Oh, here it is...

https://github.com/tarantool/queue/blob/553051c0bc97c917480e78f5ac4724896e31ac7e/queue/abstract.lua#L313-L315