No description
Find a file
2026-07-31 10:32:55 +00:00
src feat: add CleanupService - saga/notification/outbox retention cron jobs 2026-07-31 10:32:55 +00:00
.dockerignore fix: apply ceo-api's Dockerfile/tsconfig fixes to ceo-worker 2026-07-21 19:18:59 +02:00
.env.example feat: add mailer, pdf-lib, Supabase client, Pino logging for job processors 2026-07-20 22:41:58 +02:00
.gitignore feat: scaffold NestJS BullMQ worker skeleton 2026-07-20 22:29:24 +02:00
Dockerfile fix: apply ceo-api's Dockerfile/tsconfig fixes to ceo-worker 2026-07-21 19:18:59 +02:00
nest-cli.json feat: scaffold NestJS BullMQ worker skeleton 2026-07-20 22:29:24 +02:00
package-lock.json fix: add missing pino-http dependency 2026-07-21 19:25:10 +02:00
package.json chore: add @nestjs/schedule for cleanup cron jobs 2026-07-31 10:32:53 +00:00
README.md feat: scaffold NestJS BullMQ worker skeleton 2026-07-20 22:29:24 +02:00
tsconfig.json fix: apply ceo-api's Dockerfile/tsconfig fixes to ceo-worker 2026-07-21 19:18:59 +02:00

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).