{% extends "base.html" %} {% block title %}Scheduled Jobs – Admin – DocuElevate{% endblock %} {% block content %}

Scheduled Jobs Admin Only

Manage and trigger scheduled batch processing jobs. Schedule changes take effect after the worker restarts.

How scheduling works: These jobs are executed by the Celery Beat scheduler running inside the worker container. Schedule changes (cron / interval) and enable / disable toggles are persisted immediately, but the Celery Beat process reads the schedule only at startup — so changes take effect after the worker is restarted. You can always trigger any job right now using the Run Now button without restarting.
Loading…
{% endblock %} {% block scripts %} {% endblock %}