Zebra/zebrad
Henry de Valence 12d25159c6 zebrad: use hedged requests in sync
The hedge middleware implements hedged requests, as described in _The
Tail At Scale_. The idea is that we auto-tune our retry logic according
to the actual network conditions, pre-emptively retrying requests that
exceed some latency percentile. This would hopefully solve the problem
where our timeouts are too long on mainnet and too slow on testnet.
2020-10-26 12:05:35 -07:00
..
src zebrad: use hedged requests in sync 2020-10-26 12:05:35 -07:00
systemd add systemd service file 2020-10-14 15:33:00 -04:00
tests Reverse displayed endianness of transaction and block hashes (#1171) 2020-10-22 07:54:02 +10:00
Cargo.toml zebrad: use hedged requests in sync 2020-10-26 12:05:35 -07:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00

README.md

Zebrad

Zebrad is an application.

Getting Started

This application is authored using Abscissa, a Rust application framework.

For more information, see:

Documentation