[Spawn] Supporting multiple queues in the job dispatcher

Review Request #98 — Created June 4, 2013 and submitted

dinos
Lunr
dinostheo:ResqueJobDispatcher
lunr
With the current implementation of the job dispatcher you can add one job in one queue. This patch allows the same Job to be added in multiple queues.
unit tests
  • 0
  • 0
  • 2
  • 0
  • 2
Description From Last Updated
pprkut
  1. 
      
  2. src/Lunr/Spawn/ResqueJobDispatcher.php (Diff revision 1)
     
     
     
     
     
     
     
     
     
     
     
     
     
    We didn't really care about errors in the single queue case, so there is not really a reason to do so in the multi queue one either. Just append valid queues to $this->queue instead of $error.
  3. If you extend LunrBaseTest you have to rename those.
  4. 
      
dinos
dinos
pprkut
  1. Ship It!
  2. 
      
dinos
Review request changed

Status: Closed (submitted)

Change Summary:

Merged into master
Loading...