You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2025. It is now read-only.
When an event fails after all retries, we just log it — no alerts, no visibility. That makes it hard to:
Current behavior:
saveEventProcessingJob.ts:35-36)❌ [${job}] failed: ${err.message}(queue.ts:35)We need to find a way to be notified about (critical) errors.