Skip to content

Commit 6689ea2

Browse files
committed
Update README.md
fixes #6
1 parent f12a4df commit 6689ea2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,16 @@ if (YII_ENV !== 'prod') {
9999

100100
Bash way:
101101

102+
Fill console config:
103+
```php
104+
'controllerMap' => [
105+
'async-worker' => [
106+
'class' => 'bazilio\async\commands\AsyncWorkerCommand',
107+
],
108+
],
109+
```
110+
111+
Run:
102112
```bash
103113
# Process and exit on finish
104114
./yii async-worker/execute downloads

0 commit comments

Comments
 (0)