lightster / hodor

🚪 A worker queue that is evolving to a job queue
MIT License
4 stars 1 forks source link

Create BufferQueueFactory #263

Closed lightster closed 7 years ago

lightster commented 7 years ago

Rather than tracking buffer queues in the queue manager, track them in a BufferQueueFactory. We might be able to phase out the QueueManager since much of the buffer queue functionality is now encapsulated in the BufferQueueFactory.