verifyLevel
The level of verification to perform after dispatching a daemon.
0: No verification will be performed.
1: Verification on runner tracking and resource accounting will be performed.
2: Verification on the duration of runners, maximization of dispatched daemons, plus all verifications enabled by lower levels, will be performed.
Note: Verifications in Level 2 may induce false positives. Specifically:
The duration of runners are verified only by a formula with no regards to any external factors (e.g. system load), thus a runner which exceeds the expected duration may not be deadlocked.
If dispatchMultiple is enabled, daemon resources may be freed while a dispatch operation is under way, causing the verification pass to emit an erroneous warning when it detects that some runners have not been dispatched when there are available resources.