Retries Are Not a Fix. They Are a Liability.
Most retry mechanisms in background jobs are unsafe by default. This is a quick way to find out if yours is one of them.
Apr 18, 20264 min read6

Search for a command to run...
Articles tagged with #nestjs
Most retry mechanisms in background jobs are unsafe by default. This is a quick way to find out if yours is one of them.

You won’t see errors. You won’t get alerts. But your system is already losing data.

After a CVSS 10.0 RCE (CVE-2025-66478), we stopped trusting process.env. Here’s what I built instead

Building a Task Manager with NestJS, RabbitMQ & PostgreSQL using HTTP, WebSocket & gRPC
