Files
jupyterhub/examples
Richard Darst 52c099193d cull_idle_servers.py: rebind max_age and inactive_limit locally
- In the cull script, the max_age and inactive_limit are used from the
  outer scope.  In the case that you add extra logic, one may want to
  modify these values.
- In that case, you either have to rename them locally, or access the
  outer scope with "nonlocal", the first of which is too much work,
  the second of which has a high chance of introducing bugs (as it did
  for me).
- This change introduces a fix for everyone.  It doesn't change basic
  functionality, but makes local modifications simpler.
2019-10-25 14:36:16 +03:00
..
2019-02-19 17:00:10 +01:00
2019-02-19 17:00:10 +01:00
2019-02-19 17:00:10 +01:00
2019-02-19 17:00:10 +01:00
2019-02-19 17:00:10 +01:00
2019-02-19 17:00:10 +01:00
2019-07-26 14:29:29 +12:00