Telemetry Tracker v1.10.0
Highlights
- Workspace brief Async-A — Postgres-backed completed briefs and generation jobs, organization-scoped worker, async read path (current → stale → enqueue + factual fallback), and
meta.source: "stale"(#440)
Upgrade
- Deploy API from
main(Railway auto-redeploy). - Run migrations if needed:
Migrations:
DATABASE_URL="postgresql://..." pnpm --filter api exec prisma migrate deploy
20260715130000_brief_async_a,20260715130100_brief_generation_job_request_until. - Ensure a brief-worker process is running (new Railway service recommended):
Requires
node dist/jobs/run-brief-worker.js
DATABASE_URL,TELEMETRY_AI_BRIEF_URL,TELEMETRY_AI_BRIEF_SECRET. - Private AI service:
BRIEF_GENERATOR_MODE=stub/BRIEF_LLM_ROLLOUT_PERCENT=0for Async-A.
Full detail: CHANGELOG