Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Fix cull_max option #262

Merged
merged 3 commits into from Jan 19, 2017
Merged

Fix cull_max option #262

merged 3 commits into from Jan 19, 2017

Conversation

bryanwweber
Copy link
Contributor

I noticed that my containers were being culled at one hour, no matter what the cull_max option was set to, and tracked it down to the setting of max_age (not opts.max_age though). I also noticed that containers were being added to the stale list, even if they hadn't been started yet. I'm not sure if this is necessary, but I made it so containers would have to be started before they were added to the list. Finally, I fixed a few typos in README and I just noticed that my editor automatically removed some EOL whitespace. Please let me know if this is useful or not, particularly the stale change. Thanks for an awesome script!

@rgbkrk
Copy link
Member

rgbkrk commented Jan 19, 2017

Wow, thanks.

@rgbkrk rgbkrk merged commit a586235 into jupyter:master Jan 19, 2017
@willingc
Copy link
Member

Thanks @bryanwweber for the contribution and kind words. We hope to see you around the jupyter and jupyterhub projects with future contributions ;-) Also, your cantera project looks really neat.

@bryanwweber bryanwweber deleted the fix_max_cull branch January 20, 2017 12:17
@bryanwweber
Copy link
Contributor Author

bryanwweber commented Jan 20, 2017

@willingc Thanks! This semester and last semester, I've been using Jupyter Notebooks for my classes here at UConn and slowly figuring things out, so I hope to be able to give back soon.

@willingc
Copy link
Member

@bryanwweber That's great. As an FYI, there is a Jupyter in Education mailing list/google group (low volume, good content). Good luck with classes and feel free to reach out or say hello on JupyterHub gitter.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants