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

yagna spams web3 endpoint with queries #2642

Closed
etam opened this issue Jun 28, 2023 · 2 comments
Closed

yagna spams web3 endpoint with queries #2642

etam opened this issue Jun 28, 2023 · 2 comments

Comments

@etam
Copy link
Contributor

etam commented Jun 28, 2023

Version 0.12.2

It repeats

INFO  ya_erc20_driver::driver::cron] Transaction not found on chain
WARN  ya_erc20_driver::driver::cron] Transaction not found on chain for Some(2023-06-22T14:28:21.537235142)
WARN  ya_erc20_driver::driver::cron] Time since last action Duration { secs: 501534, nanos: 488962350 }

100% reproducible with this datadir: https://drive.google.com/file/d/1Gn_0kGfGzu_5f22rHHB8fsL8oyMSn_aS/view?usp=sharing

@nieznanysprawiciel
Copy link
Contributor

What endpoint is spammed?
How often is query made?
From the logs is seems that transaction is retried, because for some reason it couldn't be send on blockchain. What is the expected action instead? Because I assume that we want to retry, so the behavior seems correct.
Maybe it happens too often?
Anyway it seems that underlying problem is completely different

@etam
Copy link
Contributor Author

etam commented Jul 10, 2023

Yeah, I think I was a bit overreacting. The high amount of logs seems to be related to amount of transactions that were made. Apart from that the logs seems ok.

@etam etam closed this as completed Jul 10, 2023
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