Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 10:47:55 +01:00
parent e0107f84eb
commit bcb6522a75

View file

@ -175,3 +175,5 @@ Notifier
* Cache everything
- Option 1: HTTP request -> Thin app (gets responses from Redis) -> POST to queue. Every GET request would warm cache
- Option 2: HTTP request -> Thin app -> return 200 response -> pass to workers
* Tip: put Command and CommandHandlers in the same directory