You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: Add `standby` callback to lumino polling
* The callback will monitor the connection status and when connection is lost, it will put the poll in standby mode.
* This ensures that on JupyterHub deployments, the terminated servers will not make any API requests to hub which can pollute the logs
Signed-off-by: Mahendra Paipuri <[email protected]>
* refactor: Remove `interval` arg to `cpu_percent`
* By removing `interval`, the function returns immediately without blocking
Signed-off-by: Mahendra Paipuri <[email protected]>
* build: Soften constraint on `psutil` version
* Remove Python 3.8 and add 3.12, 3.13 in classifiers. Inline with JupyterLab
Signed-off-by: Mahendra Paipuri <[email protected]>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* ci: Update workflows
Signed-off-by: Mahendra Paipuri <[email protected]>
* fix: Make `JupyterLab.IInfo` optional
Address PR comments
Co-authored-by: Michał Krassowski <[email protected]>
---------
Signed-off-by: Mahendra Paipuri <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Michał Krassowski <[email protected]>
0 commit comments