Skip to content

Commit cda2001

Browse files
committed
Merge pull request #4 from symfony-bundles/dev
Update README.md
2 parents 21ae952 + 739585f commit cda2001

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ sb_queue:
5353
server:
5454
redis:
5555
parameters:
56-
- "tcp://localhost?alias=queue"
56+
- "tcp://127.0.0.1?alias=queue"
5757
options:
5858
prefix: "sb_queue:"
5959
```
@@ -175,6 +175,13 @@ Console commands:
175175
* `event:queue:daemon:start`
176176
* `event:queue:daemon:stop`
177177

178+
In what situations is useful to apply the queue of events:
179+
180+
* When sending email messages
181+
* Parsing websites
182+
* and in other cases, when the execution time of process is very long,
183+
and the response from the server must be returned immediately.
184+
178185
[package-link]: https://packagist.org/packages/symfony-bundles/event-queue-bundle
179186
[license-link]: https://github.com/symfony-bundles/event-queue-bundle/blob/master/LICENSE
180187
[license-image]: https://poser.pugx.org/symfony-bundles/event-queue-bundle/license

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<exclude>
2323
<directory>./Resources</directory>
2424
<directory>./Tests</directory>
25-
<directory>./logs</directory>
2625
<directory>./vendor</directory>
2726
</exclude>
2827
</whitelist>

0 commit comments

Comments
 (0)