tarantool / queue

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

readme: add a note about identify() return value #184

Closed oleg-jukovec closed 2 years ago

oleg-jukovec commented 2 years ago

The call returns a string value instead of an object of type UUID. It is not obvious. The patch adds a note about it into README.md.

Closes #182