| Function | Args | Scheduled At | Remaining | {% if allow_write %}Actions | {% endif %}
|---|---|---|---|---|
{{ job.function_name }}
|
{{ job.args | string | truncate(60) }} | {{ job.scheduled_at.strftime('%Y-%m-%d %H:%M:%S') }} | {{ "%.0f" | format(job.remaining_seconds) }}s | {% if allow_write %}{% endif %} |
No scheduled jobs.
{% endif %}