File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2222 <exclude >
2323 <directory >./Resources</directory >
2424 <directory >./Tests</directory >
25- <directory >./logs</directory >
2625 <directory >./vendor</directory >
2726 </exclude >
2827 </whitelist >
You can’t perform that action at this time.
0 commit comments