You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
andrii-i
changed the title
Creation of sqlite database and opening up the sqlite file should be delayed after bootstrap, at the time of first user action.
Lazy database initialization: initialize sqlite database and open the sqlite file at the time of first user action
Jul 26, 2024
andrii-i
changed the title
Lazy database initialization: initialize sqlite database and open the sqlite file at the time of first user action
Lazy database initialization: initialize sqlite database and open the sqlite file at the time of first databse request
Jul 26, 2024
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.
The text was updated successfully, but these errors were encountered: