Skip to content

Commit 0e28b97

Browse files
fix: wrap curly braces
1 parent 2041509 commit 0e28b97

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)