{% extends "base.html" %}
{% block title %}Automation center · VacatureRadar{% endblock %}
{% block content %}
Automation center Echte 24-uursverwerking, bronruns, notificaties en configuratiestatus. Niet-gemeten runtime-informatie blijft expliciet onbekend.Radarbesturing
{% if health.ok %}Database operationeel{% else %}Databasecontrole vereist{% endif %}
Verwerkingspipeline
{% for phase in phase_rows %}
| Bron | Status | Runs | Succesratio | Extractie | Latency |
|---|---|---|---|---|---|
| {{ row.source_name }}{{ row.source_type }} | {% if row.monitored_runs == 0 %}Geen meting{% else %}{{ row.source_status }}{% endif %} | {{ row.monitored_runs }} | {% widthratio row.success_ratio 1 100 %}% | {{ row.extracted_count }} | {% if row.avg_latency_ms is not None %}{{ row.avg_latency_ms|floatformat:0 }} ms{% else %}—{% endif %} |
| Nog geen brontelemetrie. | |||||