Commit 7b0fd25 1 parent c086eea commit 7b0fd25 Copy full SHA for 7b0fd25
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ queue:
19
19
20
20
- name : receive
21
21
rate : 500/s
22
- max_concurrent_requests : 160
22
+ max_concurrent_requests : 100
23
23
retry_parameters :
24
24
task_retry_limit : 2
25
25
min_backoff_seconds : 300
26
26
max_doublings : 2
27
27
28
28
- name : send
29
29
rate : 500/s
30
- max_concurrent_requests : 40
30
+ max_concurrent_requests : 20
31
31
retry_parameters :
32
32
task_retry_limit : 2
33
33
min_backoff_seconds : 300
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ liveness_check:
37
37
# https://cloud.google.com/appengine/docs/flexible/python/runtime#application_startup
38
38
# https://docs.gunicorn.org/en/latest/settings.html
39
39
# TODO: try asyncio w/eventlet workers
40
- entrypoint : gunicorn --workers 4 --threads 50 -b :$PORT router:app
40
+ entrypoint : gunicorn --workers 4 --threads 30 -b :$PORT router:app
You can’t perform that action at this time.
0 commit comments