appwrite/.github/workflows
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
..
static-analysis/locale Finalized locale check script 2025-08-12 14:09:36 +02:00
ai-moderator.yml Apply suggestion from @stnguyen90 2025-10-29 00:45:49 -07:00
auto-label-issue.yml chore: create workflow to auto add labels to issues 2025-10-24 11:24:57 -07:00
benchmark.yml Fix benchmark param name 2025-06-25 14:45:58 +02:00
check-dependencies.yml feat(security): add github workflow to check dependencies 2024-04-24 23:20:36 +00:00
cleanup-cache.yml AI-recommended changes 2025-04-16 11:50:42 +02:00
codeql-analysis.yml AI-recommended changes 2025-04-16 11:50:42 +02:00
issue-triage.lock.yml fix: clarify bold formatting in triage instructions 2025-11-12 11:49:58 -08:00
issue-triage.md fix: clarify bold formatting in triage instructions 2025-11-12 11:49:58 -08:00
linter.yml AI-recommended changes 2025-04-16 11:50:42 +02:00
nightly.yml Security Scan Refactor 2024-08-01 15:38:15 -07:00
pr-scan.yml Scan Refactor 2024-08-16 16:21:16 -07:00
publish.yml add: targets. 2025-12-13 16:43:19 +05:30
release.yml add: targets. 2025-12-13 16:43:19 +05:30
sdk-preview.yml chore: keep console sdk preview automatic 2025-05-15 05:27:43 +00:00
stale.yml Close reason update 2024-04-29 13:42:13 -07:00
static-analysis.yml Fix CI/CD command 2025-08-12 15:18:31 +02:00
tests.yml fix: Add connect_timeout to PostgreSQL DSN and add server logs to CI 2026-02-13 03:17:48 +13:00