install 2 passed on host (~2.7m): synapse client API 200 + real versions JSON, no extra config (SYNAPSE_SERVER_NAME=DOMAIN). upgrade/backup author postgres-marker assertions exercising the recipe's pg_backup.sh dump/restore hook (the meaningful matrix data path); verifying next. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
8 lines
449 B
Python
8 lines
449 B
Python
# Per-recipe harness config for matrix-synapse (recipe #4 — DB + media store; the large-volume /
|
|
# DB-backed category). Base recipe = synapse `app` + postgres `db` + nginx `web`. server_name is
|
|
# DOMAIN (set by abra), so no EXTRA_ENV needed. Synapse + postgres startup is slow -> long timeouts.
|
|
HEALTH_PATH = "/_matrix/client/versions" # 200 JSON once synapse is serving the client API
|
|
HEALTH_OK = (200,)
|
|
DEPLOY_TIMEOUT = 600
|
|
HTTP_TIMEOUT = 600
|