Are you processing jobs in the queue() callback sequentially by the way? You could do some de-duplic
Are you processing jobs in the queue() callback sequentially by the way?
You could do some de-duplication per-batch and concurrently process the batch
You could do some de-duplication per-batch and concurrently process the batch


