casper-network / casper-network/casper-node
Improve back-pressure `Ticket` pressure across lifecycle cross components
Open
- Dominant language
- Rust
- Stars
- 399
- Forks
- 224
- Avg merge
- 15h 44m
- Merged PRs (30d)
- 2
Description
Right now the node eagerly drops tickets potentially too early in the process. To make it reflect actual load more accurately, we should ensure that a `Ticket` from processing a request is dropped exactly when all of its resource use has concluded.
Whether it is feasible to drop the `Ticket` approach entirely in favor of making proper request-response patterns offered by `juliet` fixing this issue remains a matter of scope.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.