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`