Commit Graph

95 Commits (05a9b02bb7243481fdbdfaac2c17dfd815d2d70c)

Author SHA1 Message Date
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
Michael Heilman b31194dfe3 removed extraneous cull_idle_timeout_minimum
9 years ago
Michael Heilman f8ef573592 added warning about culling kernels with poor network connections
9 years ago
Min RK e4186c47c0 allow disabling offline message buffering
9 years ago
Michael Heilman 241c7e162c change cull_idle_timeout_minimum to 1 from 500
9 years ago
Kyle Kelley 43a97807fc buffer messages when websocket connection is interrupted (#2871)
9 years ago
Min RK 962c5ccd80 stop using `@json_handlers`
9 years ago
dhirschf 6bb89b717a Workaround for Windows Containers
9 years ago
Peter Parente c8ba55da21 Do not cull connected kernels by default
9 years ago
Peter Parente 85ba2bdabd Fix help for cull_connected and cull_busy
9 years ago
Peter Parente d9b4c99180 Do not cull kernels doing work by default
9 years ago
Peter Parente 1550a04848 Add cull_busy, cull_connected options
9 years ago
Min RK f4d2c246d5 use dedicated Session for activity monitor
9 years ago
Thomas Kluyver 05979d9a4b Merge pull request #2368 from minrk/stream-data-rate-boogaloo
9 years ago
Min RK 3d7c9b51a6 only consider stream outputs for data-rate limit
9 years ago