Break down large jobs into manageable pieces and process them through queues
/batch
Example: Producer-consumer pattern showing how batches break down big jobs into manageable queue items for parallel processing.