jupyter-scheduler
jupyter-scheduler copied to clipboard
Lazy database initialization: initialize sqlite database and open the sqlite file at the time of first databse request
Problem
Currently, the jupyter-scheduler creates a scheduler.sqlite file during bootstrap.
Proposed solution
It would be beneficial to delay the creation of the database at the time of first user action instead as this would allow for more bootstrapping options.