Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 10:46:40 +01:00
parent 14b73a8aae
commit e0107f84eb

View file

@ -172,4 +172,6 @@ Notifier
* What if two users registered at the same tiem? Use uuids rather than IDs. * What if two users registered at the same tiem? Use uuids rather than IDs.
* Symfony validation - can be used on messages, not just forms. * 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