No description
nestjs-pino requires pino-http as a peer dependency at runtime (LoggerModule.js requires it directly), but it wasn't listed in package.json -- crashed on boot with MODULE_NOT_FOUND. ceo-api already had this listed; ceo-worker didn't. |
||
|---|---|---|
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| nest-cli.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
ceo-worker
Worker de background pentru CEO-OS, bazat pe BullMQ (NestJS). Consuma joburi din coada Redis (ceo-os-redis, Coolify).
Dezvoltare
npm install
cp .env.example .env
npm run start:dev
Contine un procesor placeholder (example queue) — inlocuieste-l cu joburile reale (rapoarte, notificari, sincronizari).