appwrite/app/init
Jake Barnby fc893e1c7e fix: Add connect_timeout to PostgreSQL DSN and add server logs to CI
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>
2026-02-13 03:17:48 +13:00
..
database fix: Handle unlimited attribute limit for MongoDB in subQueryAttributes filter 2026-02-13 00:55:05 +13:00
configs.php Implement auth for organization and account keys 2025-12-23 13:06:19 +01:00
constants.php format 2026-02-11 01:25:04 +00:00
locales.php Fixed format 2025-03-15 14:17:47 +01:00
models.php Merge remote-tracking branch 'origin/1.8.x' into feat-string-types 2026-01-30 02:07:33 +13:00
registers.php fix: Add connect_timeout to PostgreSQL DSN and add server logs to CI 2026-02-13 03:17:48 +13:00
resources.php Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb 2026-02-12 23:35:21 +13:00