You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Potential Race Conditions in Network Status
In the part where you're waiting for the validators to be up:
curl -o /dev/null --connect-timeout 5
--retry 10
--retry-delay 10
--retry-all-errors http://localhost:$VALIDATORS_RPC_PORT_START/status
The text was updated successfully, but these errors were encountered:
can you elaborate on this further or propose a better way of doing this? It's quite low priority for us since it's kind of just like a sanity check in a testing script, but I'm willing to make changes if there's something we can do better
Potential Race Conditions in Network Status
In the part where you're waiting for the validators to be up:
curl -o /dev/null --connect-timeout 5
--retry 10
--retry-delay 10
--retry-all-errors
http://localhost:$VALIDATORS_RPC_PORT_START/status
The text was updated successfully, but these errors were encountered: