We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At the moment Cull Idle queries the API for the users with inactive running servers and sends a DELETE to the endpoint users/USERNAME/server.
DELETE
zero-to-jupyterhub-k8s/images/hub/cull_idle_servers.py
Line 69 in 706a8f7
By url-encoding the username we can make sure it works for every user.
The text was updated successfully, but these errors were encountered:
use urllib quote to encode username in culler FIX jupyterhub#573
10de8dc
Merge pull request #574 from chicocvenancio/encode_url_culler
878a961
use urllib quote to encode username in culler FIX #573
No branches or pull requests
At the moment Cull Idle queries the API for the users with inactive running servers and sends a
DELETE
to the endpoint users/USERNAME/server.zero-to-jupyterhub-k8s/images/hub/cull_idle_servers.py
Line 69 in 706a8f7
By url-encoding the username we can make sure it works for every user.
The text was updated successfully, but these errors were encountered: