You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a cron-job to prevent the AppEngine instance from going to sleep.
This should keep requests quick since the JVM is not being restarted often
on new requests and all caches stay intact.
This addresses issue #1.
It can take up to around 10 seconds right now for a list request to be processed after a new AppEngine instance is started.
Need to look into whether there is something that can be done to speed this up.
One reason it's slow is because caches are cold, but there might be other optimization we can do.
The text was updated successfully, but these errors were encountered: