{% extends "admin/base.html" %} {% block title %}Task Center — {{ site_header }}{% endblock %} {% block content %}

Task Center

Background jobs, scheduled tasks, and execution history

Live
Task Status Queue Duration Retries Started Actions

Scheduler Status

Periodic tasks are registered via @periodic_task decorator. Run core scheduler to start the scheduler process.

Task Name Type Queue Retry Timeout

Registered = task decorators loaded in this process. Configure tasks_module in settings to auto-discover tasks.

{% endblock %}