From e27e72eaa154dac884d3b4a65a82ae24efedfca2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 10:28:03 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- source/_posts/2019-09-13-live-blogging-symfonylive-london.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md index 9fe42c15..1663d6f3 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -144,4 +144,4 @@ Notifier * Autowire with `MessageHandlerInterface` * What if it takes 20 seconds to send a message? Use asynchronous. * Transports as middleware (needs sender, receiver, configurable with DSN, encode/decode). `MESSENGER_DSN` added to `.env` -* Start consumer with `bin/console messager:consume-messages` +* Start consumer with `bin/console messager:consume-messages`. Time limit with `--time-limit 300`