|
|
{{ source.platform }}
|
|
|
{{ formatRelative(source.last_checked_at) }}
|
{{ formatRelative(source.next_check_at, { future: true }) }}
|
{{ source.consecutive_failures }}
{{ source.last_error }}
{{ source.backfill_bypass_seen ? 'Recovering' : 'Backfilling'
}}{{ source.backfill_posts
? ` ยท ${source.backfill_posts} posts`
: (source.backfill_chunks ? ` (${source.backfill_chunks})` : '') }}
Backfilled
Stalled
0
|
|