{% extends "base.html" %} {% block title %}History — Drakkar Debug{% endblock %} {% block content %}

Event History

{% for et in ['consumed', 'arranged', 'task_started', 'task_completed', 'task_failed', 'task_complete', 'message_complete', 'window_complete', 'produced', 'committed'] %} {% endfor %}
Time Event Partition Offset Task ID Duration Exit Args / Metadata
{% endblock %}