tarantool / queue

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

Delete ttl tasks using delete method #51

Closed andyudina closed 7 years ago

andyudina commented 7 years ago

Now ttl tasks are deleted directly from queue: https://github.com/tarantool/queue/blob/master/queue/abstract/driver/fifottl.lua#L138 Should use delete method https://github.com/tarantool/queue/blob/master/queue/abstract/driver/fifottl.lua#L269 instead

fsitedev commented 7 years ago

Similar problem also on ttr tasks: https://github.com/tarantool/queue/blob/master/queue/abstract/driver/fifottl.lua#L157