📋 Polling Logs

{{ source.display_name }} ({{ source.platform}}:{{ source.source_id }})

{% if logs %} {% for log in logs %} {% endfor %}
Started Completed Duration Status Posts Found New Updated Details
{{ log.started_at.strftime('%Y-%m-%d %H:%M:%S') }} {% if log.completed_at %} {{ log.completed_at.strftime('%Y-%m-%d %H:%M:%S') }} {% else %} - {% endif %} {% if log.completed_at %} {{ ((log.completed_at - log.started_at).total_seconds())|round(1) }}s {% else %} - {% endif %} {% if log.status == 'success' %} Success {% elif log.status == 'error' %} Error {% elif log.status == 'running' %} Running {% else %} {{ log.status }} {% endif %} {{ log.posts_found }} {{ log.posts_new }} {{ log.posts_updated }} {% if log.error_message %}
View Error
{{ log.error_message }}
{% else %} - {% endif %}
{% else %}

No polling logs yet.

Logs will appear here after the first poll.

{% endif %}
← Back to Polling Management