jeflem / ananke

Jupyter distribution with LMS integration via LTI
GNU Affero General Public License v3.0
5 stars 1 forks source link

Enable cron for hub users #37

Open jeflem opened 5 days ago

jeflem commented 5 days ago

Currently hub users cannot run cron jobs, even if the container admin installed cron. The crontab command results in a permission error, likely caused by dynamic users not allowed to write to relevant paths.

jeflem commented 5 days ago

An alternative might be Jupyter Scheduler.