tarantool / queue

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

Feature: "on_task_change" callback placement #37

Closed fsitedev closed 8 years ago

fsitedev commented 8 years ago

It seems much more convenient to place "on_task_change" callback directly into the 'queue.create_tube' constructor

rybakit commented 8 years ago

What about docs and tests for this new feature?