MattyIce / postpromoter

Steem bid-based voting bot written in JavaScript
MIT License
45 stars 89 forks source link

delay in picking up new bids #91

Open officiallymarky opened 6 years ago

officiallymarky commented 6 years ago

I've noticed in the last few builds the time from bid to Post Promoter identifying and picking up the bid is a lot longer than it used to be. It used to be nearly instant, and now it is a good 1-3 minutes.

Multiple polls will go by before seeing a new bid come in.

MattyIce commented 6 years ago

@themarkymark-steem this is an issue with the RPC node. Post promoter will "pick up" the bid as soon as it sees it in the account history. I have noticed that for whatever reason sometimes the account history from the RPC nodes is a few minutes behind. There's nothing I can do about this short of scanning all blocks for transactions to the bot.