Skip to content

Commit

Permalink
OPS: Give more memory and time to cloud function
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Jun 13, 2023
1 parent 0dda8cc commit 5d4335a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gcloud-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
name: ${{ needs.get-prefix.outputs.name_prefix }}data-gateway-sessions
source_dir: data_gateway_sessions
entry_point: extract_and_add_new_measurement_sessions
memory_mb: 1024
memory_mb: 8192
region: europe-west6
runtime: python39
timeout: 540
service_account_email: [email protected]

0 comments on commit 5d4335a

Please sign in to comment.