{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block extrahead %} {{ block.super }} {% endblock %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} retry-confirmation{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}{% translate "Retry can repeat external effects." %} {% translate "Each eligible execution will receive a new attempt and its callable will run again." %}
{% translate "Ray-native workflows restart at their entry node. Successful nodes and output previews are diagnostics, not durable checkpoints, so this action does not resume at the failed node." %}
{% translate "Continue only after verifying application idempotency keys, external receipts or reconciliation, and remote quiescence when an earlier outcome is uncertain. Repeated work can send duplicate email, webhooks, payments, inventory requests, or other mutations." %}
{% blocktranslate %}This confirmation is bound to your current Admin session, expires after {{ confirmation_max_age_minutes }} minutes, and fails closed if a selected task changes state, attempt, execution generation, or workflow identity.{% endblocktranslate %}