Skip to content

Commit a40daef

Browse files
author
Oliver Stark
committed
v1.3 docs
1 parent af55de7 commit a40daef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ The plugin uses [symfony/process](https://github.com/symfony/process) to execute
2525
```
2626
PHP_BINARY="/usr/local/Cellar/php71/7.1.0_11/bin/php"
2727
```
28+
By default `2` background processes handle the queue. With the `ASYNC_QUEUE_CONCURRENCY` ENV var you can modify this behaviour
29+
```
30+
# No concurrency
31+
ASYNC_QUEUE_CONCURRENCY=1
32+
33+
# max 5 background processes
34+
ASYNC_QUEUE_CONCURRENCY=5
35+
```
2836

2937
## Under the hood: Process list
3038

0 commit comments

Comments
 (0)