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
fix(awareness-service): handle transient DB outages quietly in delivery engine
When Postgres restarts or is in recovery (57P03 and friends), the delivery
tick threw every 2s and dumped a full stack trace each time. Detect transient
DB-unavailable errors and log a single concise warning per outage; the engine
resumes automatically once the database is back.
0 commit comments