Browse Source

worker fetch task num update

pull/1/MERGE
qiaozhanwei 6 years ago
parent
commit
89879f2d11
  1. 2
      escheduler-server/src/main/resources/worker.properties

2
escheduler-server/src/main/resources/worker.properties

@ -5,7 +5,7 @@ worker.exec.threads=100
worker.heartbeat.interval=10
# submit the number of tasks at a time
worker.fetch.task.num = 10
worker.fetch.task.num = 3
# only less than cpu avg load, worker server can work. default value : the number of cpu cores * 2

Loading…
Cancel
Save