Slide 93
Slide 93 text
State as an enabler for scalability
● Multi-layered caching - most requests don’t even reach Redis
● Adaptive working_bin - increments can react to signals such as:
○ compliance - do clients poll at advised poll times (not too early or late)?
○ system health - do we have capacity to allow more traffic?
● Sellout as backoff signal - traffic backoff after sellout → shorter queue times!
● Horizontal Scaling - if needed, could shard bins over multiple Redis instances