-
Notifications
You must be signed in to change notification settings - Fork 790
handle concurrent requests #2737
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2737 +/- ##
=======================================
Coverage 20.53% 20.53%
=======================================
Files 65 65
Lines 7191 7191
=======================================
Hits 1477 1477
Misses 5602 5602
Partials 112 112
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
988a801
to
1632f09
Compare
…s and specialized is only more than concurrency limit
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
29308c6
to
a5b3a5c
Compare
When I set concurrency 1 or rpp 1 and try to run a function more than 1 pods are created for that run, why does this happen? Doesn't yolo true of rpp 1 mean that a function run should be done by a new single pod, meaning 1 pod per function run? |
Description
Keep a track of number of pods in specialization and make check the capacity is more then requested else fail the function
Terminology
Approach
Fixes #1939
Test scenarios