Process(es) 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:
- ${task_sec}
% endfor