You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| master.worker-load-balancer-configuration-properties.type | DYNAMIC_WEIGHTED_ROUND_ROBIN | Master will use the worker's cpu/memory/threadPool usage to calculate the worker load, the lower load will have more change to be dispatched task |
283
283
| master.max-heartbeat-interval | 10s | master max heartbeat interval |
284
284
| master.server-load-protection.enabled | true | If set true, will open master overload protection |
285
-
| master.server-load-protection.max-system-cpu-usage-percentage-thresholds | 0.7| Master max system cpu usage, when the master's system cpu usage is smaller then this value, master server can execute workflow. |
286
-
| master.server-load-protection.max-jvm-cpu-usage-percentage-thresholds | 0.7| Master max JVM cpu usage, when the master's jvm cpu usage is smaller then this value, master server can execute workflow. |
287
-
| master.server-load-protection.max-system-memory-usage-percentage-thresholds | 0.7| Master max system memory usage , when the master's system memory usage is smaller then this value, master server can execute workflow. |
288
-
| master.server-load-protection.max-disk-usage-percentage-thresholds | 0.7| Master max disk usage , when the master's disk usage is smaller then this value, master server can execute workflow. |
285
+
| master.server-load-protection.max-system-cpu-usage-percentage-thresholds | 0.8| Master max system cpu usage, when the master's system cpu usage is smaller then this value, master server can execute workflow. |
286
+
| master.server-load-protection.max-jvm-cpu-usage-percentage-thresholds | 0.8| Master max JVM cpu usage, when the master's jvm cpu usage is smaller then this value, master server can execute workflow. |
287
+
| master.server-load-protection.max-system-memory-usage-percentage-thresholds | 0.8| Master max system memory usage , when the master's system memory usage is smaller then this value, master server can execute workflow. |
288
+
| master.server-load-protection.max-disk-usage-percentage-thresholds | 0.8| Master max disk usage , when the master's disk usage is smaller then this value, master server can execute workflow. |
289
289
| master.worker-group-refresh-interval | 10s | The interval to refresh worker group from db to memory |
290
290
| master.command-fetch-strategy.type | ID_SLOT_BASED | The command fetch strategy, only support `ID_SLOT_BASED`|
291
291
| master.command-fetch-strategy.config.id-step | 1 | The id auto incremental step of t_ds_command in db |
| worker.server-load-protection.enabled | true | If set true will open worker overload protection |
304
-
| worker.server-load-protection.max-system-cpu-usage-percentage-thresholds | 0.7| Worker max system cpu usage, when the worker's system cpu usage is smaller then this value, master server can execute workflow. |
305
-
| worker.server-load-protection.max-jvm-cpu-usage-percentage-thresholds | 0.7| Worker max JVM cpu usage, when the worker's jvm cpu usage is smaller then this value, master server can execute workflow. |
306
-
| worker.server-load-protection.max-system-memory-usage-percentage-thresholds | 0.7| Worker max system memory usage , when the worker's system memory usage is smaller then this value, master server can execute workflow. |
307
-
| worker.server-load-protection.max-disk-usage-percentage-thresholds | 0.7| Worker max disk usage , when the worker's disk usage is smaller then this value, master server can execute workflow. |
304
+
| worker.server-load-protection.max-system-cpu-usage-percentage-thresholds | 0.8| Worker max system cpu usage, when the worker's system cpu usage is smaller then this value, master server can execute workflow. |
305
+
| worker.server-load-protection.max-jvm-cpu-usage-percentage-thresholds | 0.8| Worker max JVM cpu usage, when the worker's jvm cpu usage is smaller then this value, master server can execute workflow. |
306
+
| worker.server-load-protection.max-system-memory-usage-percentage-thresholds | 0.8| Worker max system memory usage , when the worker's system memory usage is smaller then this value, master server can execute workflow. |
307
+
| worker.server-load-protection.max-disk-usage-percentage-thresholds | 0.8| Worker max disk usage , when the worker's disk usage is smaller then this value, master server can execute workflow. |
308
308
| worker.registry-disconnect-strategy.strategy | stop | Used when the worker disconnect from registry, default value: stop. Optional values include stop, waiting |
309
309
| worker.registry-disconnect-strategy.max-waiting-time | 100s | Used when the worker disconnect from registry, and the disconnect strategy is waiting, this config means the worker will waiting to reconnect to registry in given times, and after the waiting times, if the worker still cannot connect to registry, will stop itself, if the value is 0s, will wait infinitely |
310
310
| worker.physical-task-config.task-executor-thread-size | 100 | The thread size used to execute physical task |
0 commit comments