We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af55de7 commit a40daefCopy full SHA for a40daef
README.md
@@ -25,6 +25,14 @@ The plugin uses [symfony/process](https://github.com/symfony/process) to execute
25
```
26
PHP_BINARY="/usr/local/Cellar/php71/7.1.0_11/bin/php"
27
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
36
37
## Under the hood: Process list
38
0 commit comments