jupyter-scheduler icon indicating copy to clipboard operation
jupyter-scheduler copied to clipboard

Lazy database initialization: initialize sqlite database and open the sqlite file at the time of first databse request

Open aaaditij opened this issue 1 year ago • 0 comments

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.

aaaditij avatar Jul 25 '24 19:07 aaaditij