mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
PDO ATTR_TIMEOUT does not control connection timeout for the pgsql driver. Without connect_timeout in the DSN, the PDO constructor blocks indefinitely if PostgreSQL isn't ready, which blocks the Swoole master process event loop (since coroutine hooks are not enabled in http.php) and prevents all HTTP request dispatching. Also add appwrite server logs to CI failure output for debugging. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| database | ||
| configs.php | ||
| constants.php | ||
| locales.php | ||
| models.php | ||
| registers.php | ||
| resources.php | ||