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

Cache and reuse Docker containers (Warm Start) #421

Closed
heri16 opened this issue May 19, 2018 · 1 comment
Closed

Cache and reuse Docker containers (Warm Start) #421

heri16 opened this issue May 19, 2018 · 1 comment

Comments

@heri16
Copy link

heri16 commented May 19, 2018

Currently a new Docker container is created and cleanup on every request to the local api gateway, which means a cold start.

We need a better mechanism to cache and reuse containers so we don't take the performance penalty that causes bad latency on every request, similar to warm start.

@jfuss
Copy link
Contributor

jfuss commented May 21, 2018

Duplicate of #239 Closing

@jfuss jfuss closed this as completed May 21, 2018
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

2 participants