fix: increase Tap health check start_period, appview depends on service_started not healthy
Author: Aaron Steven White
Commit
bd8821b95d8afdaa6763c68905f25e0ed460433cParent: 2a6e5aaee5
Structural diff unavailable
These commits were pushed via plain git push, so no pre-parsed
schemas are available. Install git-remote-cospan and re-push via panproto:// to
see scope-level changes, breaking change detection, and semantic diffs.
brew install panproto/tap/git-remote-cospan1 file changed +3 -3
@@ -123,8 +123,8 @@ services:
123123 test: ["CMD-SHELL", "curl -sf http://localhost:2480/health || exit 1"] 124124 interval: 30s 125125 timeout: 10s 126- retries: 3 127- start_period: 60s 126+ retries: 10 127+ start_period: 300s 128128 129129 # ATProto AppView 130130 appview:
@@ -143,7 +143,7 @@ services:
143143 redis: 144144 condition: service_healthy 145145 tap: 146- condition: service_healthy 146+ condition: service_started 147147 networks: 148148 - cospan 149149 deploy: