tarantool / queue

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

replicaset_mode: fix queue.tube indexes #203

Closed 0x501D closed 1 year ago

0x501D commented 1 year ago

In replicaset mode, tubes can be created and deleted on different nodes. Accordingly, it is necessary to rebuild the queue.tube index.

Close #202

0x501D commented 1 year ago

Hi! Thank you for the patch. Close # ... -> Closes # LGTM

Fixed.