SbloodyS commented on code in PR #17320:
URL: 
https://github.com/apache/dolphinscheduler/pull/17320#discussion_r2191368103


##########
deploy/kubernetes/dolphinscheduler/README.md:
##########
@@ -134,6 +134,7 @@ Please refer to the [Quick Start in 
Kubernetes](../../../docs/docs/en/guide/inst
 | conf.common."datasource.encryption.enable" | bool | `false` | datasource 
encryption enable |
 | conf.common."datasource.encryption.salt" | string | `"!@#$%^&*"` | 
datasource encryption salt |
 | conf.common."development.state" | bool | `false` | development state |
+| conf.common."process.status.check.delay" | int | `5` | The delay before 
checking the process status after termination (in seconds) |

Review Comment:
   ```suggestion
   | conf.common."process.status.check.delay" | int | `5` | The delay before 
checking the shell process status after termination (in seconds) |
   ```



##########
dolphinscheduler-api-test/dolphinscheduler-api-test-case/src/test/resources/docker/file-manage/common.properties:
##########
@@ -99,6 +99,9 @@ sudo.enable=true
 # development state
 development.state=false
 
+# The delay before checking the process status after termination (in seconds)

Review Comment:
   ```suggestion
   # The delay before checking the shell process status after termination (in 
seconds)
   ```



##########
deploy/kubernetes/dolphinscheduler/values.yaml:
##########
@@ -345,6 +345,9 @@ conf:
     # -- development state
     development.state: false
 
+    # -- The delay before checking the process status after termination (in 
seconds)

Review Comment:
   ```suggestion
       # -- The delay before checking the shell process status after 
termination (in seconds)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to