Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
chore(fix): update rating svc dependencies
Browse files Browse the repository at this point in the history
upgrade uwsgi to 2.0.20
upgrade python runtime to 3.9
  • Loading branch information
minherz committed Sep 24, 2022
1 parent 805b682 commit bd57da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ratingservice/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
uwsgi==2.0.19.1
uwsgi==2.0.20
flask==2.1.2
psycopg2-binary==2.9.3
google-python-cloud-debugger==2.18
Expand Down
2 changes: 1 addition & 1 deletion terraform/ratingservice/04_appengine.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "google_app_engine_standard_app_version" "default" {
project = var.gcp_project_id
service = "default"
version_id = "v1"
runtime = "python38"
runtime = "python39"

entrypoint {
shell = "uwsgi --http-socket :8080 --wsgi-file main.py --callable app --master --processes 1 --threads 1"
Expand Down

0 comments on commit bd57da7

Please sign in to comment.