-
Notifications
You must be signed in to change notification settings - Fork 42
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
Comments
Are there errors associated with this behavior? Sounds like maybe you’re out of memory. |
It could be memory related, but I also saw connection error message before bot got stuck. |
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 :chain_options:
:chain: steem
:url: https://steemd.steemit.com
:persist: false |
Doubled ram again to 16 GB. Will observe if problem is gone. |
I've never needed to go over 8GB. Did you try |
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.
The text was updated successfully, but these errors were encountered: