Skip to content

Commit

Permalink
docs(rate-limit): fix key typo in example (#2240)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanKolnik authored Oct 20, 2023
1 parent c3c165a commit a0455d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gitbook/bullmq-pro/groups/rate-limiting.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const worker = new WorkerPro('myQueue', processFn, {
group: {
limit: {
max: 100, // Limit to 100 jobs per second per group
duration 1000,
duration: 1000,
}
},
connection
Expand Down

0 comments on commit a0455d4

Please sign in to comment.