Monorepo for Aesthetic.Computer aesthetic.computer

crm: force exit after graph build so the oneshot timer can re-run master

The MongoDB driver keeps connection-pool handles open, so build-graph never exited after logging done — Node's event loop stayed alive, the oneshot oxigraph-sync unit hung in 'activating' for an hour, and every subsequent rebuild got coalesced (stale graph). process.exit(0) on success fixes it.


+9 -4
1 changed file