TBS Cron Queue
JSON →NestJS module (v0.1.6) that distributes cron job execution across pods using Redis queues. Each pod checks the queue every 5 seconds and executes jobs via HTTP (axios). Provides APIs to add, clean, and manage cron jobs, plus a health check that returns 403 if the pod is busy. Requires @nestjs/common/core (>=6 <10) and ioredis (>=5.3.1). Limited to NestJS and blocking HTTP-based cron jobs.
Resources
packagetbs-cron-queue ↗