Background
Bulk actions fan out without a concurrency cap and can overwhelm the backend. Add a configurable semaphore.
Files to modify (2-3)
src/lib/bulk/bulkOperations.ts
src/lib/bulk/bulkWorker.ts
Acceptance Criteria
Implemented across the listed files
Unit/integration tests added or updated and passing
No regression; follows project coding standards
Background
Bulk actions fan out without a concurrency cap and can overwhelm the backend. Add a configurable semaphore.
Files to modify (2-3)
src/lib/bulk/bulkOperations.ts
src/lib/bulk/bulkWorker.ts
Acceptance Criteria
Implemented across the listed files
Unit/integration tests added or updated and passing
No regression; follows project coding standards