{% extends "base.html" %} {% block content %}
hub
Application

{{ app_id }}

task
Registered Tasks

{{ registered_tasks }}

queue
Broker Queue

{{ broker_pending }}

pending
devices
Active Runners

{{ active_runner_count }}

running
fact_check
Invocations

{{ invocation_summary.total }}

total tracked
timeline
Timeline

View execution timeline

monitoring Invocation Status Summary
{{ invocation_summary.running }}
Running
{{ invocation_summary.pending }}
Pending
{{ invocation_summary.paused }}
Paused
{{ invocation_summary.failed }}
Failed
{{ invocation_summary.succeeded }}
Succeeded
{{ invocation_summary.recovering }}
Recovering
account_tree Component Architecture
{% for comp in components %} {% endfor %}
tune Configuration
Dev Mode {{ 'ON' if config_summary.dev_mode else 'OFF' }}
Log Level {{ config_summary.logging_level | upper }}
Log Format {{ config_summary.log_format }}
Arg Print Mode {{ config_summary.argument_print_mode }}
Compact Logs {{ 'ON' if config_summary.compact_log_context else 'OFF' }}
Blocking Control {{ 'ON' if config_summary.blocking_control else 'OFF' }}
Auto-Purge {{ config_summary.auto_purge_hours }}h
Atomic Svc Interval {{ config_summary.atomic_service_interval }}m
Runner Dead After {{ config_summary.runner_dead_after }}m
Max Pending {{ config_summary.max_pending_seconds }}s
warning Danger Zone

Permanently delete all data from broker, orchestrator, state backend, and data store.

{% endblock %}