Daily tool updates
PaidScope public tools are refreshed daily from official platform sources. Each tool page shows a Daily refresh badge and the last refresh date pulled from the database — not static marketing copy.
Daily cron schedule (UTC)
Jobs run in Supabase pg_cron and POST to Vercel hooks. Repoint after deploy: npm run cron:repoint.
| Tool | Job | Schedule |
|---|---|---|
| Specs | specs-check | Daily 03:00 UTC |
| Policy Watch | policy-watch-refresh | Daily 04:00 UTC |
| Weather Report | benchmarks-weekly-refresh | Daily 05:00 UTC |
| Pulse | pulse-daily-ingest | Daily 06:00 UTC |
| Glossary | glossary-refresh | Daily 07:00 UTC |
| Source repair | source-repair | Daily 08:00 UTC |
Weekly jobs
| Blog (Field Notes) | weekly-blog-draft | Tue 14:00 UTC (2 drafts) |
Last refresh sources
What each tool header displays as "Last refresh".
- Pulse — max(pulse_articles.fetched_at)
- Policy Watch — max(policy_sources.last_checked)
- Weather Report — max(benchmarks.last_verified)
- Specs — max(specs.last_verified, spec_sources.last_checked)
- Glossary — max(glossary_terms.last_verified, glossary_sources.last_checked)
- Graveyard — max(graveyard_entries.updated_at)
- Placements — wireframe LAST_REVIEWED per platform dataset
- Compare — aggregate of Specs, Policy, Graveyard, Glossary pipelines
Ops: /admin/health · Repo doc: docs/DAILY-UPDATES.md