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 not limit container resource #117

Merged
merged 3 commits into from
Nov 12, 2024
Merged

try not limit container resource #117

merged 3 commits into from
Nov 12, 2024

Conversation

Tianhao-Gu
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.94%. Comparing base (ab7c81a) to head (9a6bb4f).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #117   +/-   ##
=======================================
  Coverage   42.94%   42.94%           
=======================================
  Files           7        7           
  Lines         482      482           
=======================================
  Hits          207      207           
  Misses        275      275           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines +53 to +54
c.DockerSpawner.http_timeout = 120 # 2 minutes (default is 30 seconds)
c.DockerSpawner.start_timeout = 300 # 5 minutes (default is 60 seconds)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add comments describing what each timeout is waiting for? Is http_timeout waiting to make contact with the new container, and start waiting for the container to publish it's status as started or something?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added a ref link in the overhead section. I don’t think every setting needs to be documented.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A ref link is fine

@Tianhao-Gu Tianhao-Gu merged commit 3b2b59a into main Nov 12, 2024
9 of 10 checks passed
@Tianhao-Gu Tianhao-Gu deleted the dev_jupyterhub branch November 12, 2024 18:42
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.

2 participants