| Function | Queue | Running For |
|---|---|---|
{{ job.function_name }}
|
{{ job.queue_name }} | {% if job.running_for_seconds > 300 %} {{ "%.0f" | format(job.running_for_seconds) }}s {% elif job.running_for_seconds > 60 %} {{ "%.0f" | format(job.running_for_seconds) }}s {% else %} {{ "%.1f" | format(job.running_for_seconds) }}s {% endif %} |
Showing 10 of {{ active_jobs | length }}. View all
{% endif %} {% else %}No jobs currently executing.
{% endif %}| Function | Error | Failed At | {% if allow_write %}Actions | {% endif %}
|---|---|---|---|
{{ job.function_name }}
|
{% if "unable to serialize" in job.error.lower() %} Error not serializable — check worker logs {% else %} {{ job.error | truncate(80) }} {% endif %} | {{ job.failed_at.strftime('%Y-%m-%d %H:%M:%S') }} | {% if allow_write %}{% endif %} |
No failed jobs.
{% endif %}