tarantool / queue

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

Static 'on_task_change' callback #38

Closed fsitedev closed 7 years ago

fsitedev commented 8 years ago

Passing 'on_task_change' into 'queue.create_tube' leads to unchangeable code in this function. Callback function statically saved and never reloaded just after space creation.