{% extends "base.html" %} {% block title %} {{ application_name }} Development Console - Task Queue Viewer{% endblock %} {% block head %} {% endblock %} {% block breadcrumbs %} Queue Viewer {% endblock %} {% block body %}
{% if queueBatch.run_manually %} Select a push queue to run tasks manually. {% endif %}
Queue Name | {% if queueBatch.rate_limited %}Maximum Rate | Bucket Size | {% endif %}Oldest Task (UTC) | Tasks in Queue | |
---|---|---|---|---|---|
{{ queue.name|escape }} | {% if queueBatch.rate_limited %}{{ queue.rate|escape }} | {{ queue.bucket_size|escape }} | {% endif %}
{% if queue.oldest_task %}
{{ queue.oldest_task|escape }} ({{ queue.eta_delta|escape }}) {% else %} None {% endif %} |
{{ queue.tasks_in_queue|escape }} |