{% extends "base.html" %} {% block title %}Automation center · VacatureRadar{% endblock %} {% block content %}

Automation center

Radarbesturing

Echte 24-uursverwerking, bronruns, notificaties en configuratiestatus. Niet-gemeten runtime-informatie blijft expliciet onbekend.

ActiviteitenlogBronnen beheren
Systeemstatus

{% if health.ok %}Database operationeel{% else %}Databasecontrole vereist{% endif %}

Queue
{{ queue_state }}
AI
{{ ai_state }}{% if ai_profiles %} · {{ ai_profiles }} profiel{% endif %}
Browserextractie
{{ browser_state }}
Verwerkingspipeline · laatste 24 uur

Verwerkingspipeline

{% for phase in phase_rows %}
0{{ forloop.counter }}{{ phase.label }}{{ phase.value }}{{ phase.unit }}
{% endfor %}
Bronruns / 24u{{ run_count }}{{ run_metrics.failures|default:0 }} mislukt
Vacatures gevonden{{ run_metrics.discovered|default:0 }}{{ run_metrics.extracted|default:0 }} geëxtraheerd
IT-vacatures actief{{ active_jobs }}{{ review_jobs }} beoordeelde kansen
Notificatie-outbox{{ notification_counts.pending }}{{ notification_counts.failed }} mislukt · {{ notification_counts.sent_24h }} verzonden
Brongezondheid

{{ source_active }}/{{ source_total }} actief

Alle bronnen
{% for row in source_health %}{% empty %}{% endfor %}
BronStatusRunsSuccesratioExtractieLatency
{{ 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.
{% endblock %}