Skip to content

NIP: Postgres deadlocks

Alert: NipPostgresDeadlocks · Severity: Warning

What this means

One or more deadlocks detected in the last 5 minutes.

Fix

  1. Check app logs for retried transactions.
  2. docker logs inward_dev-web-1 --since 10m | grep -i deadlock
  3. Usually app-level — escalate to backend with timestamp.
  4. Monitor for repeated deadlocks (schema/migration issue).

Escalate if

Deadlocks continuous or paired with transfer failures.