{% extends frame.html %} {% block body %}

Hydra Queue

{% if hydra_queues %}
{% raw xsrf_form_html() %} {% for hydra_queue in hydra_queues %} {% end %}
Queue ID Type Name Work Env Work Host Work Dttm Work Data Claimed Tries Errors Finished Actions
{{hydra_queue['hydra_queue_id']}} {{hydra_queue['hydra_type_name']}} {{hydra_queue['work_env']}} {{hydra_queue['work_host']}} {{hydra_queue['work_dttm']}} {{hydra_queue['work_data']}} {{hydra_queue['claimed_dttm']}} {{hydra_queue['try_cnt']}} {{hydra_queue['error_cnt']}} {{hydra_queue['finish_dttm']}} {% if hydra_queue['next_run_sql'] and hydra_queue['status'] == 'running' %}running...{% else %} {% end %}
{% end %} {% end %}