Forum Discussion
User Limit reached for Workspace
Unfortunately for our Premium P1 capacity, we have to delete and recreate the capacity. This has happened twice now. Trying to go through support with this now.
Issue is still ongoing. When I last talked with support they mentioned it would be fixed eventually, but still annoying having to re-create my capacity whenever my 50+ datasets start failing.
- coverturfLSH2 years agoResolver II
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.
- souldish2 years agoFrequent Visitor
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()