{{ source.display_name }} ({{ source.platform}}:{{ source.source_id }})
| 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 }}
|
No polling logs yet.
Logs will appear here after the first poll.