I accidentally ran an infinite loop yesterday, and now my server is failing to spawn on the cloud when I am opening the Jupyter notebook. I keep getting the “Error 500” message, saying that the request timed out. I think this is because my loop never had the change to stop running before I used all the available CPUs. I would appreciate any help with this!