{{ source.platform }}
{{ source.url }}
Last {{ formatRelative(source.last_checked_at) }}
Next {{ formatRelative(source.next_check_at, { future: true }) }}
{{ source.consecutive_failures }} err
{{ source.backfill_bypass_seen ? 'Recovering' : 'Backfilling'
}}{{ source.backfill_posts
? ` ยท ${source.backfill_posts} posts`
: (source.backfill_chunks ? ` (${source.backfill_chunks})` : '') }}
Backfilled
Stalled
mdi-play
Check now
{{ source.backfill_state === 'running' ? 'mdi-stop' : 'mdi-magnify-scan' }}
{{ source.backfill_state === 'running'
? (source.backfill_bypass_seen ? 'Stop recovery' : 'Stop backfill')
: 'Backfill full history' }}
mdi-eye-outline
Preview โ count what a backfill would download (no download)
mdi-backup-restore
Recover โ re-fetch dropped near-dups & re-evaluate under the current threshold
mdi-pencil
Edit
mdi-close
Remove