tarantool / queue

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

Fix release all tasks #128

Closed LeonidVas closed 4 years ago

LeonidVas commented 4 years ago

Follow-up #66 Fixes #121

ChangeLog: fix the tasks releases on start for some drivers(utubettl, fifottl, limfifottl). Before, an attempt to release "taken" tasks on start lead to an error:"attempt to index local 'opts' (a nil value)".

LeonidVas commented 4 years ago

Please, add an entry for changelog to the PR. Done.