Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Ask:
auto warm up to anticipate traffic spikes. When you are aware a traffic spike is incoming allow for a feature that will allow you to warm up firestore so it can handle the spike
Issue summary:
Currently whenever there is a large spike in traffic Firestore is unable to handle as you must follow the 500/50/5 rule to ramp up traffic
This can be difficult if you have multiple services querying the database
One solution could be to have a feature that will auto warm up Firestore so its prepared for an expected spike in traffic.
that way Firestore will be able to handle the load coming to it as it has already been warmed up to the traffic