Multiple PDP tasks require 1 CPU per execution. Most of these task are either simply message send or just DB execution. We should remove CPU as a requirement for them and use a global Max value to control the parallel execution.
Exception:
- Downloads - They require CPU for commP calculations. So we should control the flow with CPU here
- Proving
- Save Cache
Multiple PDP tasks require 1 CPU per execution. Most of these task are either simply message send or just DB execution. We should remove CPU as a requirement for them and use a global Max value to control the parallel execution.
Exception: