{% extends "base.html" %} {% block title %}Dashboard - Flowrra{% endblock %} {% block content %}
System Overview
{% if stats.app.running %}Running{% else %}Stopped{% endif %}
{{ stats.executors.io.workers }} workers
{% if stats.executors.io.running %}Running{% else %}Stopped{% endif %}
{% else %}Not configured
{% endif %}{{ stats.executors.cpu.workers }} workers
{% if stats.executors.cpu.running %}Running{% else %}Stopped{% endif %}
{% else %}Not configured
{% endif %}{{ total_schedules }} schedules
{% if stats.scheduler.running %}Running{% else %}Stopped{% endif %}
{% else %}Not configured
{% endif %}| Task ID | Task Name | Failed At | Error | Retries |
|---|---|---|---|---|
{{ task.task_id[:8] }} |
{{ task.task_name }} | {{ task.finished_at | format_datetime }} | {{ task.retries }} |
| Task Name | Schedule | Next Run | Last Run | Status |
|---|---|---|---|---|
| {{ schedule.task_name }} | {{ schedule.schedule }} |
{{ schedule.next_run_at | format_datetime }} | {{ schedule.last_run_at | format_datetime }} | {% if schedule.enabled %}Enabled{% else %}Disabled{% endif %} |