{% extends "dashboard/base.html" %} {% block title %}MQ Dashboard - {{ store_name }}{% endblock %} {% block content %}
{{ capacity_stats.current_jobs }} / {% if capacity_stats.max_capacity %} {{ capacity_stats.max_capacity }} {% else %} Unlimited {% endif %}
{% if capacity_stats.max_capacity %}| ID | Status | Priority | Next Run | Payload | Actions | |
|---|---|---|---|---|---|---|
| {{ job._id }} | {{ job.status }} | {{ job.priority }} | {% if job.next_run_at %} {{ job.next_run_at.strftime('%Y-%m-%d %H:%M:%S') }} {% else %} - {% endif %} |
{{ job.payload | string | truncate(80) }}
|
||
| No jobs found | ||||||