We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current implementation:
mainnet > down Stopping bitcoind... Stopping litecoind... Stopping geth... Stopping lndbtc... Stopping lndltc... Stopping connext... Stopping boltz... Stopping xud... Removing bitcoind... Removing litecoind... Removing geth... Removing lndbtc... Removing lndltc... Removing connext... Removing boltz... Removing xud... Removing network mainnet_default
Desired order of container shutdown is Layer3 -> Layer2 -> Layer1:
--- Layer 3 Stopping boltz... Stopping xud... --- Layer 2 Stopping lndbtc... Stopping lndltc... Stopping connext... --- Layer 1 Stopping bitcoind... Stopping litecoind... Stopping geth...
Bonus points: we could also attempt to stop same layer clients in parallel to speed it up.
The text was updated successfully, but these errors were encountered:
reliveyy
No branches or pull requests
Current implementation:
Desired order of container shutdown is Layer3 -> Layer2 -> Layer1:
Bonus points: we could also attempt to stop same layer clients in parallel to speed it up.
The text was updated successfully, but these errors were encountered: