{% extends "base.html" %} {% block title %}Voxint — re-run results{% endblock %} {% block body %}

Re-run results

{% if queued %}Started {{ queued }} run{{ '' if queued == 1 else 's' }}.{% else %}No runs were started.{% endif %} {% if skipped %} Skipped {{ skipped }} file{{ '' if skipped == 1 else 's' }}.{% endif %}

{% if any_deferred %}

{% if broker_down %}Some runs are queued but not yet handed to the worker (it was unavailable). {% else %}Some runs are queued and will be started by the next recovery sweep (within an hour). {% endif %}

{% endif %}

Back to media

{% endblock %}