{% extends "base.html" %} {% load threebot_tags %} {% load threebot_repeat_tags %} {% load sekizai_tags %} {% block doctitle %} Scheduled Jobs {% endblock %} {% block content %}

Scheduled Jobs

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 %}
Filter
{% for repetitive_task in repetitive_tasks %} {% repetitive_task_to_workflow_log repetitive_task as log %} {% endfor %}
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
{% else %} {% endif %} {% addtoblock "js" %} {% endaddtoblock %} {% endblock %}