-
Notifications
You must be signed in to change notification settings - Fork 32
Autoscaling for dynamic services: Performance improvements for cold starts (⚠️ devops) 🚨🚨🚨 #8375
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
Autoscaling for dynamic services: Performance improvements for cold starts (⚠️ devops) 🚨🚨🚨 #8375
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #8375 +/- ##
==========================================
- Coverage 87.55% 87.02% -0.54%
==========================================
Files 2007 2003 -4
Lines 78313 78335 +22
Branches 1343 1343
==========================================
- Hits 68569 68170 -399
- Misses 9342 9763 +421
Partials 402 402
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
08a673e to
7d31f74
Compare
206065c to
7b4a0df
Compare
|
This still needs a change for hot buffers handling. sorry for ready for review assignment. |
c51773d to
93255ca
Compare
f3b7191 to
f1a411e
Compare
|



What do these changes do?
Until now autoscaling for dynamic services would do the following:
This PR brings:
EC2_INSTANCES_COLD_START_DOCKER_IMAGES_PRE_PULLINGandWORKERS_EC2_INSTANCES_COLD_START_DOCKER_IMAGES_PRE_PULLINGa list of images to pre-pull for cold starts (e.g. would be typically the dynamic-sidecar and some OPS related images that always need to be around)EC2_INSTANCES_COLD_START_DOCKER_IMAGES_PRE_PULLINGcontains,WORKERS_EC2_INSTANCES_COLD_START_DOCKER_IMAGES_PRE_PULLINGRelated issue/s
How to test
Dev-ops