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

Fail fast on abci callback errors for non production environments #385

Open
alpe opened this issue Jun 7, 2022 · 1 comment
Open

Fail fast on abci callback errors for non production environments #385

alpe opened this issue Jun 7, 2022 · 1 comment

Comments

@alpe
Copy link
Contributor

alpe commented Jun 7, 2022

Follow up on #32

Instead of catching and logging errors/ panics, we can fail fast and panic, so that errors can not be missed. They would crash the node.
This is not intended for production setup though.

One solution proposed was a compile-time flag. Other options are start parameter or environment variables. Other ideas?

@alpe
Copy link
Contributor Author

alpe commented Jul 7, 2022

When done right then this can be a non state breaking change. The "fail-fast" binary must not run in the same environment as production

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant