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

op-batcher: pending transactions is never higher than 1 #14109

Closed
geoknee opened this issue Feb 3, 2025 · 0 comments · Fixed by #14168
Closed

op-batcher: pending transactions is never higher than 1 #14109

geoknee opened this issue Feb 3, 2025 · 0 comments · Fixed by #14168
Assignees
Labels
A-op-batcher Area: op-batcher

Comments

@geoknee
Copy link
Contributor

geoknee commented Feb 3, 2025

We are seeing this in production networks. With the current way the batcher works, it should send transactions asynchronously (but with nonces determined synchronously).

We would therefore expect (particularly in times of high thoughput) that there would be multiple pending transactions (up to the configured limit, typically 5 or so).

There could be a bug in the metrics, or the transactions are not actually being handled in the expected way (which would indicate that we are hamstringing the batcher's throughput unintentionally).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-op-batcher Area: op-batcher
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant