jamesmh/coravel

Decouple Queue From Scheduler

jamesmh opened this issue · 1 comments

Right now the queue is part of the scheduler.

Need to remove the queue from the scheduler and, perhaps, create a second Timer in the hosted service class. That second timer would trigger the dequeuing.

This way the scheduler and queue could be used independently of each other.

Done - on master (by mistake)