/** * /admin/batch — live batch-rebuild progress monitor. * * Auto-refreshes every 30s while the batch is running. */ import Link from "next/link"; import { AuthBar } from "@/components/auth-bar"; import { BatchMonitor } from "@/components/batch-monitor"; import { IndexerStatus } from "@/components/indexer-status"; export const dynamic = "force-dynamic"; export default function AdminBatchPage() { return (
← home
admin · batch rebuild monitor

▍ chunks rebuild progress

scripts/28-batch-rebuild-all.py · 2 workers · 1 doc per fresh subprocess (clean context)


); }