Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up list-request after cold-start #1

Open
shaeberling opened this issue Jun 18, 2018 · 0 comments
Open

Speed up list-request after cold-start #1

shaeberling opened this issue Jun 18, 2018 · 0 comments
Assignees

Comments

@shaeberling
Copy link
Owner

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.

@shaeberling shaeberling self-assigned this Jun 26, 2018
shaeberling added a commit that referenced this issue Jun 30, 2018
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant