Failed background jobs (async processing queue) currently log an error and exit without retry or alerting, so failures go unnoticed until a user reports missing data.
Proposal: Add retry-with-backoff and a dead-letter queue with alerting for jobs that exhaust retries.
Failed background jobs (async processing queue) currently log an error and exit without retry or alerting, so failures go unnoticed until a user reports missing data.
Proposal: Add retry-with-backoff and a dead-letter queue with alerting for jobs that exhaust retries.