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

Implement backpressure #13

Open
dboreham opened this issue Oct 25, 2022 · 0 comments
Open

Implement backpressure #13

dboreham opened this issue Oct 25, 2022 · 0 comments
Assignees

Comments

@dboreham
Copy link

Goal is to be able to submit new transactions at roughly the rate they can be processed by the chain (as opposed to : at a fixed predetermined rate). This requires some feedback mechanism that checks which transactions have finalized and adjusts the submission rate such that a bounded queue of in flight transactions forms.

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

No branches or pull requests

2 participants