| Connector | Status | Last success | Next run | Duration | Failures | Errors 7 d | Circuit | Actions |
|---|---|---|---|---|---|---|---|---|
|
{c.name}
{c.source_name} · every {fmtInterval(c.interval_seconds)} · priority {c.priority}
{!c.enabled && disabled}
{c.description && {c.description} }
|
|
{fmtAgo(c.last_success_at, now)} | {c.enabled ? fmtUntil(c.next_run_at, now) : '—'} | {fmtDuration(c.last_duration_ms)} | 0 ? 'text-warn' : 'text-ink-2'}`}> {fmtInt(c.consecutive_failures)} | 0 ? 'text-warn' : 'text-ink-2'}`}> {fmtInt(c.errors_7d)} | {circuitOpen ? open · resets {fmtUntil(c.circuit_open_until, now)} : closed} |
|
“Run now” pushes a job to the Redis queue consumed by the scheduler (si schedule). If Redis is down the job is not visible to the scheduler and the button says so. Enabling a connector also resets its circuit breaker.