Skip to content
New issue

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

Change default request_timeout and allow override #27

Merged
merged 1 commit into from
May 14, 2021

Conversation

mriedem
Copy link
Contributor

@mriedem mriedem commented May 14, 2021

In a hub that's older than 1.3.0 where we don't do server
side filtering, if there are a lot of users the GET /users
request can timeout the default tornado 20 second request
timeout.

This changes the default request timeout to 60 seconds but
provides an environment variable to override that value.

Closes #26

In a hub that's older than 1.3.0 where we don't do server
side filtering, if there are a lot of users the `GET /users`
request can timeout the default tornado 20 second request
timeout.

This changes the default request timeout to 60 seconds but
provides an environment variable to override that value.

Closes jupyterhub#26
@minrk minrk merged commit c13e42c into jupyterhub:master May 14, 2021
@minrk
Copy link
Member

minrk commented May 14, 2021

Great!

@mriedem mriedem deleted the 26-request-timeout branch May 14, 2021 18:17
@consideRatio consideRatio added the enhancement New feature or request label Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option to set request_timeout
3 participants