tests/custom-html-tiny/install_steps.sh seeds content into the volume pre-deploy. Proof: install FAILS without the hook (404, graceful-generic), PASSES with it. Same run shows backup/restore=skip (custom-html-tiny non-backup-capable) — DG3 N/A-skip. deploy-count=1. recipe_meta shortens timeouts. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
6 lines
306 B
Python
6 lines
306 B
Python
# Per-recipe config for custom-html-tiny (a fast static-web-server). Shorter timeouts than the
|
|
# defaults: it converges + serves in seconds, so the generic install's fail-without-hook case
|
|
# (DG5) is detected quickly instead of waiting the default 300s HTTP timeout.
|
|
DEPLOY_TIMEOUT = 120
|
|
HTTP_TIMEOUT = 90
|