Skip to content
New issue

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

Fix shutdown gracefulness #19

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Fix shutdown gracefulness #19

merged 1 commit into from
Jan 15, 2025

Conversation

gartnera
Copy link
Member

@gartnera gartnera commented Jan 14, 2025

Try to make the shutdown of the first stage more graceful to fix #18

We also added a preStop hook on our kubernetes manifest:

        lifecycle:
          preStop:
            exec:
              command:
                - "/bin/sh"
                - "-c"
                - "bitcoin-cli stop"

@gartnera gartnera merged commit adcdf57 into main Jan 15, 2025
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.

restart fails because rebuild of index required
1 participant