Skip to content
Snippets Groups Projects
Commit 10ce500d authored by Lars Kruse's avatar Lars Kruse
Browse files

fix(database): use the request-based database sessions provided by flask-sqlalchemy

Currently the database session is created during application startup and
is used in all threads.  This is problematic, since the session is not
thread-safe.
Now we use the request-based database session provided by
flask-sqlachemy instead.

But this does not really solve the problem of using the same session in
different threads, since the threads are started within a request.
parent 7a6b265d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment