{% extends "base.html" %} {% block title %}Data health{% endblock %} {% block description %}Live status of the on-demand data fetches, the endpoint guards, and the fetch log.{% endblock %} {% block extra_css %}{% endblock %} {% block main %}
This app fetches market data on demand — when you open a page — through a request guard per upstream; the timed jobs are the live intraday poll for the symbols on screen and the 15-minute home sweep that keeps the dashboard fresh. Laid open here: each guard and its hourly budget, those jobs, and a live tail of the fetch log.
{# Shown only while a job is fetching; the page script toggles `hidden`. #}