mariano / disque-php

PHP library for Disque, an in-memory, distributed job queue
MIT License
132 stars 19 forks source link

Add the queue name to the JobInterface and the BaseJob #19

Closed Revisor closed 9 years ago

Revisor commented 9 years ago

Storing the queue name directly in the job simplifies the user implementation of multi-queue consumers (consumers that get jobs from more than one queue).

Re #18