{% extends "base.html" %} {% load threebot_tags %} {% load threebot_repeat_tags %} {% load sekizai_tags %} {% block doctitle %} Scheduled Jobs {% endblock %} {% block content %}
Scheduled Jobs are Workflows that run periodically. To create a new Scheduled Job go to a successfully logged Workflow and use the "Replay" Button.
{% if repetitive_tasks %}Workflow Log | Next Run | Repeat | Repeat Until | Stop Repetition |
---|---|---|---|---|
{% if log %}{{ log }}{% else %}Unknown{% endif %} (Show Background Task in Admin) | {{ repetitive_task.run_at }} | {{ repetitive_task.get_repeat_display }} | {{ repetitive_task.repeat_until }} | Stop |