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?
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: