Skip to content

Conversation

@Hydepwns
Copy link
Contributor

Closes #89

Summary

Change wait-for-charon.sh to check /livez instead of /readyz

Problem

The /readyz endpoint returns HTTP 500 with vc not connected until a validator client connects. But the VC startup is blocked by this script waiting for /readyz to return 200, creating a deadlock.

Solution

Use /livez instead, which confirms Charon is running and responsive without requiring a VC to already be connected.

@3alpha 3alpha merged commit bb52f46 into dappnode:main Jan 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Deadlock in wait-for-charon.sh prevents VC from starting

2 participants