Skip to content

Commit f65eb4b

Browse files
chore(release): 5.7.4 [skip ci]
## [5.7.4](v5.7.3...v5.7.4) (2024-04-21) ### Performance Improvements * **worker:** reset delays after generating blockTimeout value ([#2529](#2529)) ([e92cea4](e92cea4))
1 parent e92cea4 commit f65eb4b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/gitbook/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.7.4](https://github.com/taskforcesh/bullmq/compare/v5.7.3...v5.7.4) (2024-04-21)
2+
3+
4+
### Performance Improvements
5+
6+
* **worker:** reset delays after generating blockTimeout value ([#2529](https://github.com/taskforcesh/bullmq/issues/2529)) ([e92cea4](https://github.com/taskforcesh/bullmq/commit/e92cea4a9d7c99f649f6626d1c0a1e1e994179d6))
7+
18
## [5.7.3](https://github.com/taskforcesh/bullmq/compare/v5.7.2...v5.7.3) (2024-04-20)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bullmq",
3-
"version": "5.7.3",
3+
"version": "5.7.4",
44
"description": "Queue for messages and jobs based on Redis",
55
"homepage": "https://bullmq.io/",
66
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)