{% extends "account/layout.html" %} {% block title %}{{ super() }} - {{ page | capitalize }} - {{ schedule.name }}{% endblock %} {% block pagetitle %}
{% endblock %} {% block content %} {% for (category, message) in get_flashed_messages(request) %}{% if schedule.enabled %} Active {% else %} Paused {% endif %}
{{ schedule.function }}
{{ schedule.cron_expression }}
| Status | Executed At | Duration | Result |
|---|---|---|---|
| {% if log.success %} Success {% else %} Failed {% endif %} | {{ log.created_at | default('N/A') }} | {% if log.duration_ms %} {{ log.duration_ms }}ms {% else %} - {% endif %} | {% if log.success and log.result %} {% elif not log.success and log.error_message %} {% else %} - {% endif %} |
No runs yet.
Runs will appear here when the scheduled job executes.