Skip to content

Commit

Permalink
🚀 tune resource allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Jul 4, 2017
1 parent b2d411c commit d0ff8c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ deploy-back:
- script:
name: deploy function fetchStationAvailability
code: |
gcloud beta functions deploy fetchStationAvailability --local-path back/dist/fetchStationAvailability --memory=256MB --timeout 120s --entry-point run --stage-bucket platane-velib-lambda-function --trigger-http
gcloud beta functions deploy fetchStationAvailability --local-path back/dist/fetchStationAvailability --memory=128MB --timeout 120s --entry-point run --stage-bucket platane-velib-lambda-function --trigger-http
gcloud beta functions describe fetchStationAvailability
- script:
name: deploy function publishBatch
code: |
gcloud beta functions deploy publishBatch --local-path back/dist/publishBatch --memory=256MB --timeout 120s --entry-point run --stage-bucket platane-velib-lambda-function --trigger-http
gcloud beta functions deploy publishBatch --local-path back/dist/publishBatch --memory=1GB --timeout 540s --entry-point run --stage-bucket platane-velib-lambda-function --trigger-http
gcloud beta functions describe publishBatch
- script:
Expand Down

0 comments on commit d0ff8c8

Please sign in to comment.