Just go to the websites of the providers they are choosable in the module and you can see the current prices of each.
How SAFE is BAS with Windows Sleep mode?
-
I have 3 good bots running all day long.
then its evening so i put my computer to sleep
when I unsleep it I see im getting some errors and thread fails.
is there way to prevent it? Like to automatically stop the threads until you unsleep computer? Had any experience with this?
theres some data loss if thread fails so id like to avoid it
Thanks
-
Probably not, When you're putting your computer to sleep/hibernation the process, and memory(RAM) are basically freezing. I have ECC Ram for programing on my main laptop and desktop.
I've had my bots on multipls VPS & Dedicated for a years now and they always pick back up after reboot/vps crash. I spot some errors but it always corrects itself after a couple of minutes and runs smoothly again. Only issue I ever noticed first hand is the graphic display gets greyed out (before the new interface).
You'll best bet is to close/pause the bots and relaunch them when the PC comes back online.
-
@allister i have plenty of bots, like 8 right now and making more. relaunching them manually everyday will be struggle.
I noticed most of my bots just 'fail' (probably because of browser fail) but if theres no browser used or for some other reason, they dont even fail thread and resume somehow.
Sometimes(read: one or few of my bots) it not only doesnt fail thread, it also doesnt resume work and its in some weird loop, will need to look into this.
-
@yourfriendkarol that's intresting, sounds like possibly something in your code. I have not experienced similar issues myself. You'll need to track it down by adding logs on every place and combing through them to find where inside the bot its breaking.
Other possible thinking is the usage, if all 8 bots are running on one machine. How many actual browser threads are being used in total? Have you tried changing the browser settings to launch only [ X ] if available cpu/ram is below/above a certain amount.
