📋 Complete Batch Guide
Start here - Full documentation with examples, command syntax, and usage patterns for the
/batch
slash commandHow Batch Works
Break down large jobs into manageable pieces and process them through queues.- Create batch with unique batchId containing work items
- Assign workflow to process each item
- Items placed in queue for parallel processing
- Track completion and trigger actions when batch finishes
Batch Features
- Unique Identification: Each batch gets a unique batchId
- Flexible Item Structure: Define custom data for each item
- Completion Actions: Configure triggers, webhooks, or no action when batch completes
- Real-time Monitoring: Track batch progress and individual item status
Queue Integration
Batch service integrates with Queue service:- Batch items are placed into queues for processing
- Queue workers process individual items
- Queue tracking monitors batch completion
- Completion triggers fire when batches finish
Example: Producer-consumer pattern showing how batches break down big jobs into manageable queue items for parallel processing.

Questions? Reach out on Discord https://discord.com/invite/HaDg7R4VZG