Live blogging from SymfonyLive London 2019
This commit is contained in:
parent
14b73a8aae
commit
e0107f84eb
|
@ -172,4 +172,6 @@ Notifier
|
|||
* What if two users registered at the same tiem? Use uuids rather than IDs.
|
||||
* Symfony validation - can be used on messages, not just forms.
|
||||
|
||||
* PR pending
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue