tarantool / queue

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

Taken tasks is released back to 'ready' state after reload #162

Open TvoroG opened 2 years ago

TvoroG commented 2 years ago

Example:

https://github.com/tarantool/queue/issues/66 https://github.com/tarantool/queue/pull/106

LeonidVas commented 2 years ago

The queue doesn't currently support package.reload(), but we plan to add this functionality in the future.