Cron Tasks
`cron.js` contains scheduled backend jobs and periodic housekeeping tasks.
Backend Documentation
Scheduled and deferred tasks in the backend for reliability and lifecycle operations.
`cron.js` contains scheduled backend jobs and periodic housekeeping tasks.
`utils/messageRetry.js` is imported at app startup to initialize retry behavior for failed message deliveries.
Run backend services with stable process supervision in production (PM2, Docker restart policy, or managed runtime) so cron and retry workers stay active.
node app.js