krihy
Results
2
comments of
krihy
> I can not accept your solution: > > 1. StartPreparingJob is a daemon job on every node, we'd better not disable it on a specific node > 2. we...
> odc do has concurrency limitation for task execution, refer class BaseFlowableConfiguration for details. Flowable task will submit to `flowTaskExecutor`, concurrency limitation may be`SystemUtils.availableProcessors() * 2`, details in `FlowTaskSubmitter`