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

lifetime of database connections #17

Open
MathieuDR opened this issue Jan 15, 2022 · 0 comments
Open

lifetime of database connections #17

MathieuDR opened this issue Jan 15, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@MathieuDR
Copy link
Owner

The current lifetime of database connections are never disposed.
This seemed like a great solution but in actuality it brings a few downsides & bugs.

  • Db file is always in use
  • Db file has an history file, for transaction
  • Sometimes data isn't "updated" which might be a bug somewhere else

This should be re-engineered to either per connection or timed.

@MathieuDR MathieuDR added bug Something isn't working enhancement New feature or request labels Jan 15, 2022
@MathieuDR MathieuDR moved this to Todo in Osrs Discord bot Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
No open projects
Status: Todo
Development

No branches or pull requests

1 participant