* cancel background database tasks in `FinalizedState` destructor * use `shutdown_timeout()` * Log info-level messages while waiting for background tasks to shut down * Cancel background tasks during debug_stop_at_height shutdown This commit moves the database shutdown code into a common function. * Create a constant for the tokio timeout * Add a test script for Zebra shutdown errors * Increase the shutdown timeout to 20 seconds for slower machines * add title to building zebra * use imported duration Co-authored-by: teor <teor@riseup.net> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| proptest-regressions/components/mempool/storage/tests | ||
| src | ||
| systemd | ||
| tests | ||
| Cargo.toml | ||
| README.md | ||
| build.rs | ||
README.md
Zebrad
Zebrad is an application.
Getting Started
This application is authored using Abscissa, a Rust application framework.
For more information, see: