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 database_is_empty() checking wrong database and add timeout
- Connect to target_db_url instead of target_url to check if correct
database is empty (was checking default db, not target db)
- Add 30-second timeout to prevent indefinite hang on stale serverless
connections (SerenDB connection pool exhaustion)
Fixes#25Fixes#26
0 commit comments