Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(processor): Memory usage in workers (#335)
* feat(processor): Add worker support for sync workloads * Cancellable * test: Add unit tests for batch item processor * feat: Static workers * more debugging * Refactor workers * Add comments * Close * test: Add queue size and dropped events tests * refactor: Improve error handling in enqueueOrDrop function * refactor: Remove duplicate fields and unused variables in testBatchExporter * refactor: Modify batch processing preparation for shipping method * refactor: Update default value of Workers to 5
- Loading branch information