lightster / hodor

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

Create JobQueue\WorkerQueueFactory #234

Closed lightster closed 7 years ago

lightster commented 7 years ago

We want to be able to generate WorkerQueue objects from the Superqueue object, without passing in the entire QueueManager. The QueueManager and Superqueue objects have a cyclical dependency, plus the Superqueue does not need access to everything the QueueManager has to offer.

lightster commented 7 years ago

Resolved in #236.