Skip to content

Commit 44caa5f

Browse files
committed
change worker-class in docker starting the testbench
1 parent cef75cd commit 44caa5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • java-storage/google-cloud-storage/src/test/java/com/google/cloud/storage/it/runner/registry

java-storage/google-cloud-storage/src/test/java/com/google/cloud/storage/it/runner/registry/TestBench.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public void start() {
262262
dockerImage,
263263
"gunicorn",
264264
"--bind=0.0.0.0:9000",
265-
"--worker-class=sync",
265+
"--worker-class=gevent",
266266
"--threads=10",
267267
"--access-logfile=-",
268268
"--keep-alive=0",

0 commit comments

Comments
 (0)