The following process(es) are still running and policy is DELAY: % for task in running:

Started for: ${task.formatted_sec}

% if task.stdout_lines:

STDOUT

${task.stdout_lines}
% endif % if task.stderr_lines:

STDERR

${task.stderr_lines}
% endif % endfor

Tasks waiting in the queue:

    % for task_sec in delay_queue:
  1. ${task_sec}
  2. % endfor