ruanwenjun commented on issue #17707:
URL:
https://github.com/apache/dolphinscheduler/issues/17707#issuecomment-3677856104
@Mrhs121
The config may look like below
```yaml
worker:
server-load-protection:
task-load-protection:
- type: SHELL
max-running-task-instances: 20
- type: SQL
- datasource-type: MYSQL
max-running-task-instances: 100
- datasource-type: ORACLE
max-running-task-instances: 100
```
Each task plugin can have its own protection logic.
Dynamic modification of configuration parameters is not required at this
stage and will be addressed in a unified manner in the future.
--
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]