{% extends "base.html" %} {% block title %}Logs{% endblock %} {% block content %}
A run is one execution of a job (a backfill, a snapshot, or a live stream session). Each run emits log lines, progress updates and a final status. Below: recent runs with their logs, and a live console of whatever is running right now.
Real-time feed of the currently running job(s). Stays idle when nothing runs.
Idle — start or run a job (or watch a stream) and its events appear here live.{% endblock %} {% block scripts %} {% endblock %}