Wenjun Ruan

Results 330 comments of Wenjun Ruan

> Can you confirm if my understanding is correct? For example, suppose we have worker1 and worker2, and worker1 has more resources (such as CPU and memory) compared to worker2....

> TaskGroup can also be used to control the concurrency of task. This new feature may have some conflict with the existing TaskGroup TaskGroup feels rather peculiar to use. In...

Adding indexes alone won't solve all problems; we still need to optimize some query methods to achieve better results. Please first describe which interfaces you are currently experiencing slow query...

@fanzhenyu95 Thanks for the clarification. I've updated the issue and PR titles.

We can directly remove the `parseProcessOutputExecutorService` here.

> Hello, I have a question. Resource close will occur during task execution, so there shouldn't be any need to pay attention to it in the lifecycle of task plugins,...

@niumy0701 Yes, the resource leak has occured in many task plugins.

+1. We can provide the built-in workflow instance properties, and assemble this into the template, both in text/markdown. And all plugins can use the template syntax.

@dill21yu It’s preferable to retain the existing configuration key max-disk-usage-percentage-thresholds, but mark it as deprecated in the documentation. Introduce a new configuration: ```yaml max-disk-usage-percentage-thresholds-rules: - disk-path: /dev1 usage-percentage-thresholds: 0.9 -...