Skip to content

Commit

Permalink
Increase memory for CustomBootstrapLambdaFunction (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse committed Mar 22, 2018
1 parent c8859ab commit 17671d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
- **CUMULUS-304: "Add AWS API throttling to pdr-status-check task"** Added concurrency limit on SFN API calls. The default concurrency is 10 and is configurable through Lambda environment variable CONCURRENCY.
- Increased memory allotment for `CustomBootstrap` lambda function. Resolves failed deployments where `CustomBootstrap` lambda function was failing with error `Process exited before completing request`. This was causing deployments to stall, fail to update and fail to rollback. This error is thrown when the lambda function tries to use more memory than it is allotted.

## [v1.2.0] - 2018-03-20

Expand Down
2 changes: 1 addition & 1 deletion packages/api/config/lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
CustomBootstrap:
handler: index.bootstrap
timeout: 100
memory: 256
memory: 512
source: 'node_modules/@cumulus/api/dist/'
envs:
internal: '{{buckets.internal}}'
Expand Down

0 comments on commit 17671d3

Please sign in to comment.