tarantool / queue

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

Add note to README.md: queue.identify() returns string instead of uuid type #182

Closed oleg-jukovec closed 2 years ago

oleg-jukovec commented 2 years ago

See:

https://github.com/tarantool/queue/blob/813be24ddde004b1ab13262365b4c3c02fb5d2d4/queue/abstract/queue_session.lua#L195 https://www.tarantool.io/ru/doc/latest/reference/reference_lua/uuid/#lua-function.uuid.bin

AFAIU it was done for a reason: https://github.com/tarantool/queue/pull/139#discussion_r544117532

But it was unexpected for me as a user. I think we need to add a note into the queue.identify() description:

https://github.com/tarantool/queue/blob/813be24ddde004b1ab13262365b4c3c02fb5d2d4/README.md?plain=1#L466-L495