Forum Discussion
User Limit reached for Workspace
I'm curious and I wrote this in my other thread. Are you running Python Notebooks in the workspace that you're having this error? My workspace eventually fixed itself and we never did have an actual answer to what caused the issue. However, I have a hunch it's because I was running multiple Notebooks in the workspace and each time I ran one it started a new "session" that counted against my "user/session count". Eventually the sessions would be terminated over time (like 72 hours?) and the workspace eventually started working again. I haven't ran any notebooks since and haven't had any issues either.
I do have notebooks running every hour in the workspace so I imagine this is what's causing the issue.
- coverturfLSH2 years agoResolver II
Try adding this to the last step in your notebook and see if it makes a difference. I gave up on the notebooks but I came across this in my research.
spark.stop()