109 Commits (d5f0c97091da7f99d98325eed02e4905e98bbfc0)

Author SHA1 Message Date
martinRenou 257e6e5478 Fix jupyter_client warning
5 years ago
Kevin Bates bbe2744f87
[Gateway] Track only this server's kernels
5 years ago
Zachary Sailer 3f64d74fe1
Merge pull request #5952 from kevin-bates/cull-test-idle-timeout
5 years ago
Kevin Bates 2a90e23434
Drop Python 3.5
5 years ago
Kevin Bates c89c359906
Increase culling test idle timeout
5 years ago
Zachary Sailer 63450082ea
Merge pull request #5875 from kevin-bates/kernel-list-race-condition
5 years ago
Min RK 672f0a6e20 nudge: handle failure cases
5 years ago
Sylvain Corlay 94678545db Use transient shell channel, and do not nudge busy kernels
5 years ago
Sylvain Corlay b4f5f6b4d4 Log nudge attempt count at warning-level if it keeps going up
5 years ago
Sylvain Corlay 2c87813ef4 Add counter for nudge attempts
5 years ago
Sylvain Corlay 9770ef7760 Review: open is not a coroutine
5 years ago
Sylvain Corlay 7a3ae6e4a4 Nudge kernel with info request until we receive IOPub messages
5 years ago
Kevin Bates ed0c640898
Fix race condition with async kernel management
5 years ago
Sai Rahul Poruri 84df5297d5 CLN : Update super usage
6 years ago
Kevin Bates 6e9256b064
Culling: ensure last_activity attr exists before use (#5355)
6 years ago
Pinar Kavak 8c063c2a61 Added notebook name to the logs
6 years ago
Kevin Bates 1fc9bc0b72
Add comments indicating when dependency check can be removed
6 years ago
Kevin Bates 53d4d08813
Fix detection of unsupported config, prevent async on 3.5
6 years ago
Kevin Bates 99b0afd16e
Apply changes per review
6 years ago
Kevin Bates 72d44c58cf
Switch class hierarchy to not use mixin base
6 years ago
Kevin Bates 788bb0ebe0
Update all coroutine/yield methods to async/await, share another method
6 years ago
Kevin Bates 570986282e
Move duplicated methods to mixin, fix mixin order
6 years ago
Kevin Bates 8a4beb0d15
Convert to async/await and apply touch ups
6 years ago
Kevin Bates 7abd4bee27
Indicate that async kernel management is configured
6 years ago
Kevin Bates 3226b07345
Add support for AsyncMappingKernelManager
6 years ago
Kevin Bates 677ccc3d7a
Refactor buffering, culling and activity monitoring into classes
6 years ago
sasaki takeru dcef16a5be typo (#4946)
7 years ago
Sylvain Corlay 10318a9827
Merge pull request #4672 from JohanMabille/control
7 years ago
Min RK efc0f0089e Allow ?no_track_activity=1 to opt-out of activity tracking (#4235)
7 years ago
Johan Mabille 61ae2d6778 Added control channel to ZMQChannelsHandler
7 years ago
Min RK e908edf171 Fix return value for async restart_kernel
7 years ago
Min RK 729183b148 use our own maybe_future
7 years ago
Min RK bba82ca3bd
Merge pull request #4412 from kevin-bates/async-startup
7 years ago
Kevin Bates 2c526fb60b Enable restart_kernel for async usage
7 years ago
Kevin Bates acba19033b Minimize handlers and manager methods
7 years ago
Sylvain Corlay 4a7151448c Enable kernel message filtering
8 years ago
Min RK b663bf1b14
Merge pull request #4034 from Carreau/adaptation-log
8 years ago
Kevin Bates 23e74dcdfa Include status types when logging activity
8 years ago
Maxim Vov f2fdbf929e Added metrics for number of kernels running labeled by type
8 years ago
Matthias Bussonnier 96cb061e7b
More descriptive message.
8 years ago
Matthias Bussonnier 7e140c5baf When adapting also log the version jupyter_client is expecting.
8 years ago
Kevin Bates 2d688f2071 Prevent access through 'NoneType' when closing activity_stream
8 years ago
Min RK a53d2c8489 flush iopub before sending restarting/dead status messages
8 years ago
M Pacer c6dd032bf8 add kernel_info_timeout traitlet to wait for slow kernel startups
8 years ago
Kevin Bates 550120906c Fix leak of iopub object in activity monitoring
8 years ago
Min RK f77e3435cf tornado 5 fixes in tests
8 years ago
Min RK a2f72da17f
Merge pull request #2963 from takluyver/shutdown-no-kernels
9 years ago
Min RK 1deb0aec16 tornado 5: PeriodicCallback loop arg will be removed (#3034)
9 years ago
Thomas Kluyver bfe012e507
Merge pull request #2910 from mheilman/cull_idle_timeout_minimum
9 years ago
Thomas Kluyver 9ec57bfdf5 Config option to shut down server after N seconds with no kernels
9 years ago