-
Notifications
You must be signed in to change notification settings - Fork 32
Limit the number of accepted jobs in the api-server's POST /v0/functions/{function_id}:map endpoint
#7801
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7801 +/- ##
==========================================
+ Coverage 86.75% 88.23% +1.48%
==========================================
Files 1850 1464 -386
Lines 71887 60907 -10980
Branches 1218 476 -742
==========================================
- Hits 62365 53743 -8622
+ Misses 9180 7043 -2137
+ Partials 342 121 -221
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
POST /v0/functions/{function_id}:map endpoint
pcrespov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how does this fit with pagination limits?
The list I am limiting here is an input (provided by the user), so I don't see any connection with pagination limits. |
|
@Mergifyio queue |
🟠 Waiting for conditions to match
|
|



What do these changes do?
POST /v0/functions/{function_id}:mapendpoint in the api server to 50 before the releaseRelated issue/s
How to test
Dev-ops