Skip to content

Commit

Permalink
Merge pull request #4 from symfony-bundles/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
khaperets committed May 30, 2016
2 parents 21ae952 + 739585f commit cda2001
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sb_queue:
server:
redis:
parameters:
- "tcp://localhost?alias=queue"
- "tcp://127.0.0.1?alias=queue"
options:
prefix: "sb_queue:"
```
Expand Down Expand Up @@ -175,6 +175,13 @@ Console commands:
* `event:queue:daemon:start`
* `event:queue:daemon:stop`

In what situations is useful to apply the queue of events:

* When sending email messages
* Parsing websites
* and in other cases, when the execution time of process is very long,
and the response from the server must be returned immediately.

[package-link]: https://packagist.org/packages/symfony-bundles/event-queue-bundle
[license-link]: https://github.com/symfony-bundles/event-queue-bundle/blob/master/LICENSE
[license-image]: https://poser.pugx.org/symfony-bundles/event-queue-bundle/license
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<exclude>
<directory>./Resources</directory>
<directory>./Tests</directory>
<directory>./logs</directory>
<directory>./vendor</directory>
</exclude>
</whitelist>
Expand Down

0 comments on commit cda2001

Please sign in to comment.