Facing issue with running Cron jobs, cron jobs are not getting triggered on the scheduled time. Have to manually run them. Could anyone please suggest something.
I guess it depends on how you installed JupyterHub. Check if cron is installed (e.g. “apt policy cron”) and activated (“systemctl status cron”). If installed but not activated, run “systemctl enable cron”.
(all of the above as root, of course).