Gottam Sai Bharath

Results 22 comments of Gottam Sai Bharath

Using JSON response. Similar to version 0.3.3 On Thu, 28 May 2020 at 16:25, Jeremy Tuloup wrote: > I am working on making this work with JupyterLab. So I will...

I will raise a PR once I finish that work. Can we close this or should we wait till next PR?

I am planning it in nbresuse and then make a subsequent change in JupyterLab to call new api(`/api/nbresuse/v1`) in nbresuse(As I mentioned, similar to 0.3.3).

@krinsman @jtpio Please review. -> https://github.com/Gsbreddy/nbresuse/pull/2 This solves yuvipanda#36

@jtpio > Tested with `ipykernel`, `xeus-python` and the `bash` kernel, and they all seem to be listed in the metrics. > > In follow-ups PRs, we could: > > *...

> Hi @Gsbreddy - thanks for the question/issue. You must also have session affinity enabled - correct? > > We have not started to address this road map item. Presently,...

Actually, I did use `kill -9 ` to kill EG, also I can see kernel file in `EG_KERNEL_SESSION_LOCATION` after EG is killed. Then when I check for kernels running, they...

Hi @kevin-bates , I am able to make this work after couple of changes in EG. Also, I am trying out NoSQL solution to achieve true HA. Will update and...

@kevin-bates , I implemented the solution for HA by storing kernel information in file system. I am planning to raise a PR but have few points to discuss before proceeding...