cmc-csci143
cmc-csci143 copied to clipboard
Client_loop disconnect when loading data
I have been trying to load in the data for the indexes assignment, but have disconnected from the lambda server multiple times with the message client_loop: send disconnect: Broken pipe. This usually happens after a few hours of running the code, and I have prevented my computer from "sleeping" while it's running.
Is the load on the server too high currently, or are there some steps I should take to prevent this from happening?
The Broken pipe error message typically occurs due to your computer being disconnected from the internet for some reason (often the wifi cuts out for a minute). So this is most likely not a problem with the load on the lambda server.