NCM Jobs and tasks are stuck in "queued for execution" state, and includes:
"Pull after cut-thru"-type jobs are stuck in "queued for execution" state.
"Pull after Syslog"-type jobs are stuck in "queued for execution" state.
NCM 10.1.X
The task numbers for cmd files created by the Healthcheck service are shorter than regular pull/push task numbers.
When unlinking the tasks for the Healthcheck it is possible to match a portion of other pull/push task numbers, accidentally removing those task files before they are started. Those push/pull tasks are abandoned.
The Healthcheck PERL script requires a slight modification to give it's task files unique task numbers:
cd $Voyence_HOME/Healthcheck
$ID=time;
$ID="01".time."0000";
/etc/init.d/Healthcheck restart