Could not check webhook processing
Error: (sqlalchemy.dialects.postgresql.asyncpg.InterfaceError) <class 'asyncpg.exceptions._base.InterfaceError'>: connection is closed
[SQL:
SELECT COUNT(*) as recent_count,
MAX(processed_at) as last_processed
FROM webhook_events
WHERE processed_at > NOW() - INTERVAL '1 hour'
]
(Background on this error at: https://sqlalche.me/e/20/rvf5)