You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/08/26 13:31:02 UTC

[incubator-linkis] branch dev-1.3.0 updated: [linkis-orchestrator-core ] module configuration item arrangement (#3056)

This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.3.0 by this push:
     new 9aca69c04 [linkis-orchestrator-core ] module configuration item arrangement (#3056)
9aca69c04 is described below

commit 9aca69c04d4107aaa3a58a7dd7b5637f9689a4e2
Author: 成彬彬 <10...@users.noreply.github.com>
AuthorDate: Fri Aug 26 21:30:57 2022 +0800

    [linkis-orchestrator-core ] module configuration item arrangement (#3056)
---
 docs/linkis-orchestrator-core.md | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/docs/linkis-orchestrator-core.md b/docs/linkis-orchestrator-core.md
new file mode 100644
index 000000000..fed8229a2
--- /dev/null
+++ b/docs/linkis-orchestrator-core.md
@@ -0,0 +1,28 @@
+## linkis-orchestrator-core 配置
+
+
+| 模块名(服务名) | 参数名 | 默认值 | 描述 | 是否引用|
+| -------- | -------- | ----- |----- |  -----   |
+|linkis-orchestrator-core|wds.linkis.orchestrator.builder.class | |orchestrator.builder.class|
+|linkis-orchestrator-core|wds.linkis.orchestrator.version|1.0.0|orchestrator.version|
+|linkis-orchestrator-core|wds.linkis.orchestrator.listener.async.queue.size.max|300|orchestrator.listener.async.queue.size.max|
+|linkis-orchestrator-core|wds.linkis.orchestrator.listener.async.consumer.thread.max| 5|orchestrator.listener.async.consumer.thread.max|
+|linkis-orchestrator-core|wds.linkis.orchestrator.listener.async.consumer.freetime.max|5000ms |orchestrator.listener.async.consumer.freetime.max|
+|linkis-orchestrator-core|wds.linkis.orchestrator.executor.thread.max| 20|orchestrator.executor.thread.max  |
+|linkis-orchestrator-core|wds.linkis.task.scheduler.clear.time|1m| task.scheduler.clear.time |
+|linkis-orchestrator-core|wds.linkis.orchestrator.execution.task.max.parallelism| 5 |orchestrator.execution.task.max.parallelism|
+|linkis-orchestrator-core|wds.linkis.orchestrator.execution.task.runner.max.size| 200|orchestrator.execution.task.runner.max.size|
+|linkis-orchestrator-core|wds.linkis.orchestrator.exec.task.runner.factory.class| |orchestrator.exec.task.runner.factory.class|
+|linkis-orchestrator-core|wds.linkis.orchestrator.task.persist.wait.max|5m|orchestrator.task.persist.wait.max|
+|linkis-orchestrator-core|wds.linkis.orchestrator.task.retry.wait.time|30000| orchestrator.task.retry.wait.time |
+|linkis-orchestrator-core|wds.linkis.computation.orchestrator.retry.max.age| 10| orchestrator.retry.max.age|
+|linkis-orchestrator-core|wds.linkis.orchestrator.task.scheduler.retry.wait.time|100000| orchestrator.task.scheduler.retry.wait.time|
+|linkis-orchestrator-core|wds.linkis.orchestrator.task.scheduler.thread.pool| 200 |orchestrator.task.scheduler.thread.pool|
+|linkis-orchestrator-core|wds.linkis.orchestrator.execution.factory.class| org.apache.linkis.orchestrator.code.plans.execution.CodeExecutionFactory|orchestrator.execution.factory.class|
+|linkis-orchestrator-core|wds.linkis.orchestrator.task.consumer.wait|500|orchestrator.task.consumer.wait|
+|linkis-orchestrator-core|wds.linkis.task.user.max.running| 5 |task.user.max.running|
+|linkis-orchestrator-core|wds.linkis.orchestrator.task.schedulis.creator| schedulis,nodeexecution|task.schedulis.creator|
+|linkis-orchestrator-core|wds.linkis.orchestrator.metric.log.enable|true|orchestrator.metric.log.enable|
+|linkis-orchestrator-core|wds.linkis.orchestrator.metric.log.time| 1h |orchestrator.metric.log.time|
+ 
+


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org