{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}

Bulk Reschedule Persistent Agents

Paste one line per agent in the form agent_id,@every 3h or agent_id */15 * * * *. Cron strings are validated before saving and syncing to Celery.

{% csrf_token %}

Successful rows are removed after submission. Any invalid IDs or cron strings stay in the box so you can fix them.

Cancel
{% endblock %}