{{ job.name }}

Current Execution

{% if job.current_execution %}

Status: Running

Live Console Log

{{ ''.join(job.current_execution.lines) }}
{% else %}

Status: Not running

{% endif %}

Past Executions

Back to Scheduler Status