ended7월 5일· 1 sources

Cron jobs and schedulers with BullMQ

Why it matters

In-process cron (node-cron , @nestjs/schedule , OS crontab) runs inside one Node process. That is fine for a single instance, but it does not survive restarts gracefully, deduplicate across replicas, ...

1
Sources
+0
24h
Growth
78d
Active

Sources

Related Issues