Skip to content

Commit b23522d

Browse files
Update content/techniques/queues.md
1 parent 3703e8e commit b23522d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ You can designate that a job handler method will handle **only** jobs of a certa
241241
async transcode(job: Job<unknown>) { ... }
242242
```
243243

244-
> Warning **Warning** When defining multiple consumers for the same queue, the `concurrency` option in `@Process({ concurrency: 1 })` won't take effect. The minimum `concurrency` will match the number of consumers defined. This also applies even if `@Process()` handlers use a different `name` to handle named jobs.
244+
> warning **Warning** When defining multiple consumers for the same queue, the `concurrency` option in `@Process({ concurrency: 1 })` won't take effect. The minimum `concurrency` will match the number of consumers defined. This also applies even if `@Process()` handlers use a different `name` to handle named jobs.
245245
246246
#### Request-scoped consumers
247247

0 commit comments

Comments
 (0)