Skip to content

Commit e6eca22

Browse files
committed
Update app.yaml
1 parent 727073f commit e6eca22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/flexible/tasks/app.flexible.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
runtime: python
1616
env: flex
17-
entrypoint: gunicorn -b :$PORT main:app
17+
entrypoint: gunicorn -b :$PORT --threads=4 main:app
1818

1919
runtime_config:
2020
python_version: 3

0 commit comments

Comments
 (0)