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

The concurrency limit for the DB Proxy lambda function increased from 15 to 50 #1081

Merged
merged 1 commit into from
Jun 29, 2020

Conversation

adrians5j
Copy link
Member

@adrians5j adrians5j commented Jun 29, 2020

Related Issue

For the DB Proxy Lambda function, which is handling everything database related (more information in this blog post), we had the default Lambda function concurrency limit set to 15. Basically, this means that we can have 15 concurrent invocations of the DB Proxy Lambda function, which, as it turned out, is not hard to reach, even in local development. To prevent this, we decided to increase this value to 50, which will significantly help in preventing the concurrency limit to be reached again.

Note that the concurrencyLimit parameter can still be found in api/resources.js and apps/resources.js files. So, if further adjustments are needed, they can be made there.

How Has This Been Tested?

Manual testing.

Screenshots (if relevant):

N/A

@adrians5j adrians5j added bug blog Use on PRs to include them in the change log. labels Jun 29, 2020
@adrians5j adrians5j changed the title fix: increase concurrencyLimit to 50 The concurrency limit for the DB Proxy lambda function increased from 15 to 50 Jun 29, 2020
@adrians5j adrians5j merged commit 9d3ca41 into master Jun 29, 2020
@adrians5j adrians5j deleted the fix/db-proxy-concurrency-increase branch July 19, 2020 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blog Use on PRs to include them in the change log. bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant