Ingestion
Cron schedule, run telemetry, and failure diagnostics for the ingestion scripts.
Cron schedule
Hermes cronjob
| Source | Cron | When |
|---|---|---|
| sendpilot | 0 */6 * * * | Every 6 hours at :00 |
| zernio | 30 */6 * * * | Every 6 hours at :30 |
| weekly-digest | 0 9 * * MON | Mondays at 09:00 EST |
Manual run
From loudmusic-supabase repo
# Activate venv cd /home/derrick/loudmusic-supabase source .venv-marketing/bin/activate # Full backfill (last 90 days) python -m scripts.marketing.ingest_sendpilot --backfill python -m scripts.marketing.ingest_zernio # Incremental (default; pulls since max(last_activity_at) - 1h) python -m scripts.marketing.ingest_sendpilot python -m scripts.marketing.ingest_zernio # Smoke test (limit to 10 conversations) python -m scripts.marketing.ingest_sendpilot \ --limit-conversations 10 --since 2026-06-01
Ingestion runs
12 most recent
| Source | Status | Records | Duration | Started | Error |
|---|---|---|---|---|---|
| sendpilot | success | 18 | 42.0s | 6/25/2026, 11:57:25 PM | — |
| zernio | success | 18 | 8.0s | 6/25/2026, 10:57:25 PM | — |
| sendpilot | success | 19 | 42.0s | 6/25/2026, 7:57:25 PM | — |
| zernio | success | 20 | 8.0s | 6/25/2026, 6:57:25 PM | — |
| sendpilot | success | 20 | 42.0s | 6/25/2026, 3:57:25 PM | — |
| zernio | success | 22 | 8.0s | 6/25/2026, 2:57:25 PM | — |
| sendpilot | error | 0 | 42.0s | 6/25/2026, 11:57:25 AM | Connection timeout to api.sendpilot.com (60s) |
| zernio | success | 24 | 8.0s | 6/25/2026, 10:57:25 AM | — |
| sendpilot | success | 21 | 42.0s | 6/25/2026, 7:57:25 AM | — |
| zernio | success | 26 | 8.0s | 6/25/2026, 6:57:25 AM | — |
| sendpilot | success | 22 | 42.0s | 6/25/2026, 3:57:25 AM | — |
| zernio | success | 28 | 8.0s | 6/25/2026, 2:57:25 AM | — |