tarantool / queue

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

Implement lifo and lifottl drivers #135

Open LeonidVas opened 3 years ago

LeonidVas commented 3 years ago

Implement lifo and lifottl drivers by analogy with fifo and fifottl drivers. When implementing new drivers, don't need to use the "copy-paste" methodology (WET), the common code must be moved to a separate file/module (DRY).