You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we set the reserved concurrency of Lambda's using code. But what we want is the reserved concurrency should be set zero if the pendingLimit is set zero as a side effect of it.
Current Behavior
Now we set the reserved concurrency of Lambda's using code.
Reproducibility
This issue is reproducible
This issue is not reproducible
Steps to Reproduce
Open the repository
check the file rateLimiterLambda/main.go
Severity/Priority
Critical
High
Medium
Low
Checklist
I have read and followed the project's code of conduct.
I have searched for similar issues before creating this one.
I have provided all the necessary information to understand and reproduce the issue.
I am willing to contribute to the resolution of this issue.
The text was updated successfully, but these errors were encountered:
Issue Description
Now we set the reserved concurrency of Lambda's using code. But what we want is the reserved concurrency should be set zero if the
pendingLimit
is set zero as a side effect of it.Current Behavior
Now we set the reserved concurrency of Lambda's using code.
Reproducibility
Steps to Reproduce
rateLimiterLambda/main.go
Severity/Priority
Checklist
The text was updated successfully, but these errors were encountered: