jupyter/dashboards_server

KG_KERNEL_RETENTIONTIME increasing is not working

Opened this issue · 0 comments

Hi,
I am trying to increase the KERNEL_RETENTIONTIME from 30000 milliseconds to 50000, I changed that value in these files:

  • in docker-compose as env variable
    image

  • in config.json file (/usr/local/lib/node_modules/jupyter-dashboards-server/config.json)
    image

  • in api.js file (/usr/local/lib/node_modules/jupyter-dashboards-server/routes/api.js)
    image

For every change I restarted my container, but anything could change this waiting time, i have a table that render result in more or less 40 seconds, and I'm blocked to see the result due this limit.

image

Thanks!!