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

Live Pipeline

WS: connecting Live Pool: {{ pool_active }} / {{ pool_max }} slots, {{ pool_waiting }} waiting

{% if hook_flags.task_complete %} {% endif %} {% if hook_flags.message_complete %} {% endif %} {% if hook_flags.window_complete %} {% endif %}

Batch

Select a batch to view details...
{% if hook_flags.task_complete %}

Task result

Select a row to view details...
{% endif %} {% if hook_flags.message_complete %}

Message result

Select a row to view details...
{% endif %} {% if hook_flags.window_complete %}

Window result

Select a row to view details...
{% endif %} {% endblock %}