Min RK
|
f4d2c246d5
|
use dedicated Session for activity monitor
instead of re-using kernel.session, which can cause hash collisions if other objects use `kernel.session`.
|
9 years ago |
Kevin Bates
|
ff19c4cd7c
|
enforce minimum timeout, ensure exceptions don't prevent culling of others
|
9 years ago |
Kevin Bates
|
c3f753faf8
|
incorporate review recommendations
|
9 years ago |
Kevin Bates
|
2f787088d5
|
Validate culling interval.
|
9 years ago |
Kevin Bates
|
4000838321
|
Cull idle kernels after specified period
|
9 years ago |
Min RK
|
8b76de80be
|
move tz utils to top-level private module ._tz
|
9 years ago |
Min RK
|
9f55a857f3
|
use Z isoformat in UTC timestamps
instead of +00:00
|
9 years ago |
Min RK
|
d45cb2ad80
|
track active kernel connections
|
9 years ago |
Min RK
|
b472c55d9b
|
add activity watching to kernels
adds to kernel REST model:
- last_activity: datetime-aware timestamp
- execution_state: from last recorded status message
|
9 years ago |
Sylvain Corlay
|
a91af4d642
|
Update traitlets API
|
10 years ago |
Min RK
|
1c47a3dbb5
|
channel.closed is a method
since we weren't calling it, the restart channel was never closed,
causing process teardown to hang *sometimes*, depending on garbage collection.
|
10 years ago |
Diego Mesa
|
482ed8a5a3
|
updating log.warn to log.warning
|
10 years ago |
Min RK
|
6024f04698
|
allow some KernelManager methods to be async
Allows custom KernelManagers to do slower async operations as part of kernel startup/shutdown.
|
10 years ago |
Min RK
|
0c5a3b6d04
|
wait for kernel to restart
in API request to restart kernels
by waiting for the kernel to respond to a kernel_info request.
|
10 years ago |
Min RK
|
9f501ab5cd
|
get kernelspec info from kernelspecs
instead of adding display_name to the sessions model
|
10 years ago |
Julien Rebetez
|
91d42c9600
|
Adds display_name to MappingKernelManager's kernel_model
|
10 years ago |
Jason Grout
|
cf69ab7428
|
Use instances of traits instead of trait classes
|
11 years ago |
Min RK
|
d71a59cc9f
|
s/jupyter_notebook/notebook
|
11 years ago |