Skip to content

Commit

Permalink
asyncpg
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Oct 14, 2023
1 parent fc4785c commit 1633dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cerulean_cloud/cloud_function_ais_analysis/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ scipy==1.8.0
shapely==2.0.1
Flask>=1.0,<3.0
functions-framework==3.0.0
geoalchemy2
psycopg2-binary
geoalchemy2
2 changes: 1 addition & 1 deletion stack/cloud_function_ais_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

function_name = construct_name("cloud-function-ais")
config_values = {
"DB_URL": database.sql_instance_url,
"DB_URL": database.sql_instance_url_with_asyncpg,
"GCP_PROJECT": pulumi.Config("gcp").require("project"),
"GCP_LOCATION": pulumi.Config("gcp").require("region"),
"QUEUE": queue.name,
Expand Down

0 comments on commit 1633dd3

Please sign in to comment.