Replies: 1 comment
-
Hi @bsdz - thanks for bringing this to our attention. Yes, the reference to Regarding interchangeability, traits can be enabled from any subclass, up the hierarchy, to the point at which they are defined. This is why you find use of Aside from the incorrect reference to It would be really great if you could provide a pull request to update these locations. |
Beta Was this translation helpful? Give feedback.
-
Hi.
I'm trying to enable the culling of idle kernels as described under:
https://jupyter-enterprise-gateway.readthedocs.io/en/main/operators/config-culling.html
In the example given, I notice an inconsistency in the description which uses a
RemoteKernelManager
prefix forcull_idle_timeout
,cull_interval
andcull_connected
; whereas the sample bash script showsMappingKernelManager.cull_interval
(i.e.MappingKernelManager
).To add to the confusion, I see in some scripts within the git repo references to
RemoteMappingKernelManager
, e.g.enterprise_gateway/etc/docker/enterprise-gateway/start-enterprise-gateway.sh
Line 46 in 46a214c
Are all these interchangable,
RemoteMappingKernelManager
,RemoteKernelManager
andMappingKernelManager
? I ask as currently I am usingRemoteKernelManager
and it does not appear to culling my remote disconnected kernels with in my configured time of 12h.I'm happy to update the documentation if it's got out of sync with the code, ie should say
RemoteMappingKernelManager
.Beta Was this translation helpful? Give feedback.
All reactions