queue icon indicating copy to clipboard operation
queue copied to clipboard

Create task queues, add and take jobs, monitor failed tasks

Results 36 queue issues
Sort by recently updated
recently updated
newest added

Now in case of a master switching, we must to re-identify on the new master. Seems like it would be convenient to connect to every instance in a replicaset, identify,...

feature
8sp

@andrew-statsenko proposed to verify the following case against possible performance degradation. 1. 1000 puts; 2. 100 take+ack; 3. 900 take+release; 4. Repeat from 1.

performance

Now: Many tests of queue drivers have duplicated code Wish: Have some common tests for drivers (remove duplicate code) Add full testing of a driver API for limfifottl

code health

Add automatic `rockspec` update in https://rocks.tarantool.org on push to master by using https://github.com/tarantool/rocks.tarantool.org

ci
teamE

Now `queue.identify()` (https://github.com/tarantool/queue#session-identify) takes `uuid` only in binary format, which is inconvenient in some cases. My suggestions: * Make `identify` capable of getting uuid in any format (binary, string, uuid_obj)...

code health

Right now the README queue is overloaded and difficult to read. I propose to put examples of queue usage in a separate document (which should be expanded later).

documentation

Right now the README of queue is overloaded and hard to read. I propose to move the description of the default drivers to a separate document.

documentation

Right now the README queue is overloaded and difficult to read. I suggest the following steps to make the situation better: - [ ] tarantool/queue#172 - [ ] tarantool/queue#173 -...

documentation

I think the information about `underlying spaces` is technical and can only be of interest to developers, and can be moved to some additional document in the `doc` directory.

documentation

Ability to create not temporary queues but without replication

do not merge