Closed tnguyen14 closed 7 years ago
Is there a way to start the queue, but add jobs to it in an async manner (at some later point in the future), so the jobs can be executed as and when they arrive in the queue?
sure, you can add jobs to a queue at any time.
if the queue has already ended you would need to call start again.
take a look at #22 also.
Fixed by #28
Is there a way to start the queue, but add jobs to it in an async manner (at some later point in the future), so the jobs can be executed as and when they arrive in the queue?