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

Spend notifications are not received for some delegations #40

Open
gusin13 opened this issue Jan 14, 2025 · 0 comments
Open

Spend notifications are not received for some delegations #40

gusin13 opened this issue Jan 14, 2025 · 0 comments

Comments

@gusin13
Copy link
Contributor

gusin13 commented Jan 14, 2025

When the service starts the btc subscriber poller loops through all the unbonded and unbonding_requested delegations.

In testnet this is around 50K, so basically we spin up 50K go routines to register&monitor the spend (1 routine for each staking tx)
From the logs I can see we only received ~2k notifications logs link (search string "spent")

This doesn't seem normal. For example we should have received notification for this tx.

My hunch is b/c we are registering so many notifications there might be some connection limit on btc node but even in that case our service should show some err which didn't happen so idk 🤷

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

1 participant