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

votes get messed up when bot gets stuck voting #8

Closed
bitcoiners opened this issue Jan 1, 2018 · 6 comments
Closed

votes get messed up when bot gets stuck voting #8

bitcoiners opened this issue Jan 1, 2018 · 6 comments

Comments

@bitcoiners
Copy link

I've been having this problem lately where there is something that causes bot to get stuck in the middle of voting for bids and I am forced to shut it down and restart. This messes up the voting as bot assumes new round has started and does not finish up remaining votes.

@inertia186
Copy link
Owner

Are there errors associated with this behavior? Sounds like maybe you’re out of memory.

@bitcoiners
Copy link
Author

It could be memory related, but I also saw connection error message before bot got stuck.
Will look into increasing memory.
If for whatever reason voting does not complete and bot gets shut down, it should finish up the voting before starting new round, else everybody's votes get messed up.

@inertia186
Copy link
Owner

I think if the root cause is resource limitations like lack of memory, it end up causing problems for Radiator looking for the SSL certificate, saying it couldn’t verify the node. One solution is to add memory, but you might be able to set persist: false in config.yml. E.g.:

:chain_options:
  :chain: steem
  :url: https://steemd.steemit.com
  :persist: false

@bitcoiners
Copy link
Author

bitcoiners commented Jan 2, 2018

Doubled ram to 8GB,but problem did not go away.
It happened again.
image
At this point bot got stuck, so if I restart it, votes will get messed up again.

@bitcoiners
Copy link
Author

Doubled ram again to 16 GB. Will observe if problem is gone.

@inertia186
Copy link
Owner

I've never needed to go over 8GB. Did you try :persist: false?

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