Skip to content

Commit

Permalink
docs(bulmq-pro): fix batch option usage (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf authored Sep 14, 2023
1 parent 764f2e0 commit 40c69fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/gitbook/bullmq-pro/batches.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const worker = new WorkerPro(
await doSomethingWithBatchedJob(batchedJob);
}
},
{ connection, batches: { size: 10 } },
{ connection, batch: { size: 10 } },
);
```

Expand Down Expand Up @@ -50,7 +50,7 @@ const worker = new WorkerPro(
}
}
},
{ connection, batches: { size: 10 } },
{ connection, batch: { size: 10 } },
);
```

Expand Down
5 changes: 0 additions & 5 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
* **move-to-finished:** consider addition of prioritized jobs when processing last active job ([#2176](https://github.com/taskforcesh/bullmq/issues/2176)) (python) ([4b01f35](https://github.com/taskforcesh/bullmq/commit/4b01f359c290cfc62ea74ff3ab0b43ccc6956a02))
* **remove:** change error message when job is locked (python) ([#2175](https://github.com/taskforcesh/bullmq/issues/2175)) ([2f5628f](https://github.com/taskforcesh/bullmq/commit/2f5628feffab66cdcc78abf4d7bb608bdcaa65bb))


### Features

* **flow-producer:** add addBulk method (python) ([#2174](https://github.com/taskforcesh/bullmq/issues/2174)) ([c67dfb4](https://github.com/taskforcesh/bullmq/commit/c67dfb49931ee4cb96573af660e9f2316942687c))

# [4.9.0](https://github.com/taskforcesh/bullmq/compare/v4.8.0...v4.9.0) (2023-09-05)


Expand Down

0 comments on commit 40c69fb

Please sign in to comment.