batch-processing - Database Batch Processing with Fallback
Collect-then-batch pattern for database operations with graceful fallback
Tags
Updated: 2026-03-26Typical Inputs
What this skill does
- collect data
- batch insert
- batch update
- process failed items
- fallback to sequential
Inputs
- user ID
- data items list
Outputs
- batch processing result
- failed items list
- processing statistics
Requirements
- TypeScript or Python
- database access
- independent write operations
