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

Handle graceful shutdown #410

Open
zone117x opened this issue Nov 12, 2024 · 1 comment
Open

Handle graceful shutdown #410

zone117x opened this issue Nov 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@zone117x
Copy link
Member

zone117x commented Nov 12, 2024

Chainhook is ignoring SIGTERM signals and requires forced shutdown.

With fast nakamoto blocks, this is very likely to cause de-syncs with the stacks-node because in-process event ingestion is force killed before event http POST can be responded to, and before sqlite/rocksdb/redis data can be flushed.

@rafaelcr rafaelcr transferred this issue from hirosystems/chainhook Feb 7, 2025
@rafaelcr
Copy link
Collaborator

rafaelcr commented Feb 7, 2025

Although this is no longer relevant for Stacks, we should do it for Bitcoin's zeromq interface

@rafaelcr rafaelcr added the enhancement New feature or request label Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants