{% extends "base.html" %} {% block title %}Voxint — bulk retry results{% endblock %} {% block body %}

Bulk retry results

{% if error %} {% else %}

{% if requeued %}Requeued {{ requeued }} run{{ '' if requeued == 1 else 's' }}.{% else %}No runs were requeued.{% endif %} {% if skipped %} Skipped {{ skipped }}.{% endif %}

{% endif %} {% if any_deferred %}

Some runs are queued but not yet handed to the worker (it was unavailable). The recovery sweep will start them.

{% endif %} {% if results %} {% endif %}

Back to failed runs

{% endblock %}