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

Try to change jupyterhub timeout settings #3687

Merged
merged 1 commit into from
Feb 10, 2025
Merged

Conversation

vevetron
Copy link
Contributor

Description

Follow the guide to increase the timeouts. Might resolve the issue for the future.

Note these settings aren't in the jupyterhub customization guide.

Resolves #3686

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

How has this been tested?

Not tested!

Post-merge follow-ups

Document any actions that must be taken post-merge to deploy or otherwise implement the changes in this PR (for example, running a full refresh of some incremental model in dbt). If these actions will take more than a few hours after the merge or if they will be completed by someone other than the PR author, please create a dedicated follow-up issue and link it here to track resolution.

  • No action required
  • Actions required (specified below)
    Check and make sure everything is still working!

@vevetron vevetron marked this pull request as ready for review February 10, 2025 23:00
@vevetron vevetron requested a review from evansiroky as a code owner February 10, 2025 23:00
@vevetron vevetron force-pushed the test_changes_to_jupyterhub branch from 3d1a3cd to 160ca76 Compare February 10, 2025 23:02
Copy link

github-actions bot commented Feb 10, 2025

The following changes will be applied to the production Kubernetes cluster upon merge.

BE AWARE this may not reveal changes that have been manually applied to the cluster getting undone—applying manual changes to the cluster should be avoided.

jupyterhub, hub, Deployment (apps) has changed:
...
          hub.jupyter.org/network-access-proxy-api: "true"
          hub.jupyter.org/network-access-proxy-http: "true"
          hub.jupyter.org/network-access-singleuser: "true"
        annotations:
          checksum/config-map: 7c7495c176705158a532559aaadc83751da2553a6dc8af74af20a3fe1ffdd44c
-         checksum/secret: 855ef2dbcef7e2cb8ba7ff1378e641770f521294b32dac0efd835061baa5a83b
+         checksum/secret: aacb3f68f8788860d12943aa39c7b1814f204279d2ab5708dac73d596754b381
      spec:
        tolerations:
          - effect: NoSchedule
            key: hub.jupyter.org/dedicated
            operator: Equal
...
jupyterhub, hub, Secret (v1) has changed:
...
    name: hub
  data:
    hub.config.ConfigurableHTTPProxy.auth_token: 'REDACTED # (64 bytes)'
    hub.config.CryptKeeper.keys: 'REDACTED # (64 bytes)'
    hub.config.JupyterHub.cookie_secret: 'REDACTED # (64 bytes)'
-   values.yaml: '-------- # (11766 bytes)'
+   values.yaml: '++++++++ # (11767 bytes)'
  type: Opaque

@vevetron vevetron requested a review from edasmalchi February 10, 2025 23:31
@vevetron vevetron merged commit a0a9e2b into main Feb 10, 2025
2 checks passed
@vevetron vevetron deleted the test_changes_to_jupyterhub branch February 10, 2025 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Timeouts when loading up jupyterhub singleuser images
2 participants