NIP: Postgres deadlocks
Alert: NipPostgresDeadlocks · Severity: Warning
What this means
One or more deadlocks detected in the last 5 minutes.
Fix
- Check app logs for retried transactions.
docker logs inward_dev-web-1 --since 10m | grep -i deadlock- Usually app-level — escalate to backend with timestamp.
- Monitor for repeated deadlocks (schema/migration issue).
Escalate if
Deadlocks continuous or paired with transfer failures.