Jupyterlab running on docker is very active

Hi,

I am running jupyter docker stack: Datascience container solely, only via jupyter server for my personal usage. Dozzle shows high activity, continous get from api as below in the screenshot.

Is it normal? Why jupyterlab is consuming resources when not active?

Thanks in advance, Oz.

It’s the built-in healthcheck:

1 Like

Thank you. Any chance to increase beat time?

I think you’ll need to derive your own image (FROM quay.io/jupyter/datascience-notebook:<TAG>), and set your own HEALTHCHECK command, or HEALTHCHECK NONE to disable it: