{% extends "base.html" %} {% block title %}Tasks - Invincible{% endblock %} {% block content %}

Tasks

Active task heads across all of your sessions.

{% for t in task_heads %} {% else %} {% endfor %}
SessionTaskStatusHead Updated byWhen
{{ t.client_session_id }} {{ t.task_key }} {{ t.status }} v{{ t.version }} {{ t.updated_by }} {{ t.updated_at | timeago }}
No active tasks right now. Tasks appear as your sessions run — view sessions →
{% endblock content %}