Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aaaditij opened this issue Jul 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@aaaditij
Copy link

aaaditij commented Jul 25, 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.

@aaaditij aaaditij added the enhancement New feature or request label Jul 25, 2024
@andrii-i 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant