| Function | Schedule | Last Run | Result | Status | {% if allow_write %}Actions | {% endif %}
|---|---|---|---|---|---|
{{ job.function_name }} |
{{ job.schedule }} |
{{ job.last_run.strftime('%Y-%m-%d %H:%M:%S') if job.last_run else "Never" }} | {% if job.last_result == "success" %} success {% elif job.last_result == "failed" %} failed {% else %} unknown {% endif %} | {% if job.is_running %} RUNNING {% else %} IDLE {% endif %} | {% if allow_write %}{% endif %} |
No cron jobs configured. Pass cron_jobs to your adapter to see them here.