|
|
|
|
|
by ndriscoll
974 days ago
|
|
It's useful to have queues based on job type because it allows you to stream messages onto the queue as they come in, and then batch pull the work off for processing (many processes are more efficient--possibly vastly so--when run as a batch). |
|