-
Notifications
You must be signed in to change notification settings - Fork 2
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
The pending transaction's rate limit of CKB node websocket push from pool #704
Labels
enhancement
New feature or request
Comments
This comment was marked as resolved.
This comment was marked as resolved.
After test, the ckb node cpu has recached limit.So the pool syner only receiver 20k+ transactions then hang out.It is no relation with websocket gem. |
zmcNotafraid
added
enhancement
New feature or request
and removed
help wanted
Extra attention is needed
labels
Jul 29, 2024
Is this done? |
Wait #419 to fix data firstly. |
This was referenced Sep 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In explorer infra, we have a websocket process to subscribe pending tx from ckb node. And another process to sync latest block.
In our latest test we push about 10k transaction to the pending tx pool, but from explorer's websocket process, we only receive about 3k transaction and save them to our database. Others were direct synced with latest block.
So does websocket can push all pending transactions in realtime and before these transaction merge into committed tx?
The text was updated successfully, but these errors were encountered: