Skip to content

Commit

Permalink
Environmental changes requested by Aemon to make front end performant
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Oct 4, 2023
1 parent 21aa8e9 commit c48709c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion stack/cloud_run_tipg.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,12 @@
name="TIPG_TABLE_CONFIG__public_slick_plus__DATETIMECOL",
value="slick_timestamp",
),
gcp.cloudrun.ServiceTemplateSpecContainerEnvArgs(
name="TIPG_MAX_FEATURES_PER_QUERY",
value=50000,
),
],
resources=dict(limits=dict(memory="2Gi", cpu="4000m")),
resources=dict(limits=dict(memory="8Gi", cpu="6000m")),
),
],
timeout_seconds=420,
Expand Down
2 changes: 1 addition & 1 deletion stack/stack_config/Pulumi.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ config:
secure: v1:IuQ6n+tMG3oHe0pn:0/PQL0VoNoR2uCA9We2m9acc4nX73a0ViqSiHJhNe9X1srrZI4TvmsQZcuUrtzy4EoKSbQ==
cerulean-cloud:dryrun_historical: "True"
cerulean-cloud:dryrun_relevancy: "True"
db:db-instance: db-g1-small
db:db-instance: db-custom-4-15360
db:deletion-protection: "True"
db:db-password:
secure: v1:PKkW6hR207H6+aLE:QRMTEAQMB5VFmJt4Sbvzx7i4hkqlO4HomLltlRFYrQ==
Expand Down
2 changes: 1 addition & 1 deletion stack/stack_config/Pulumi.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ config:
cerulean-cloud:dryrun_relevancy: "" # Make empty "" to turn on recurring runs
cerulean-cloud:apikey:
secure: v1:GEqP+nWvrQb16t/f:uhLbrS+C7yFjQunkOnBOw9eZXt8JUS5dsiDTSH5hytK5vJ3zO8DJO5bOjQNBOKn/T5AWGA==
db:db-instance: db-f1-micro
db:db-instance: db-custom-4-15360
db:deletion-protection: "True"
db:db-password:
secure: v1:Ea/zFeRAgMYN80Zj:TTw3Y7ETepsDhd1tpK6z6fzab54PT1g1udNHmchgIT7/IcjiMgTb
Expand Down

0 comments on commit c48709c

Please sign in to comment.