Skip to content

Telemetry Tracker v1.10.0

Choose a tag to compare

@unjica unjica released this 15 Jul 19:27
· 427 commits to develop since this release
06c2c5c

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

  1. Deploy API from main (Railway auto-redeploy).
  2. Run migrations if needed:
    DATABASE_URL="postgresql://..." pnpm --filter api exec prisma migrate deploy
    Migrations: 20260715130000_brief_async_a, 20260715130100_brief_generation_job_request_until.
  3. Ensure a brief-worker process is running (new Railway service recommended):
    node dist/jobs/run-brief-worker.js
    Requires DATABASE_URL, TELEMETRY_AI_BRIEF_URL, TELEMETRY_AI_BRIEF_SECRET.
  4. Private AI service: BRIEF_GENERATOR_MODE=stub / BRIEF_LLM_ROLLOUT_PERCENT=0 for Async-A.

Full detail: CHANGELOG