Live blogging from SymfonyLive London 2019
This commit is contained in:
parent
e0107f84eb
commit
bcb6522a75
|
@ -175,3 +175,5 @@ Notifier
|
||||||
* Cache everything
|
* Cache everything
|
||||||
- Option 1: HTTP request -> Thin app (gets responses from Redis) -> POST to queue. Every GET request would warm cache
|
- 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
|
- Option 2: HTTP request -> Thin app -> return 200 response -> pass to workers
|
||||||
|
|
||||||
|
* Tip: put Command and CommandHandlers in the same directory
|
||||||
|
|
Loading…
Reference in a new issue