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
If I'm importing a taxonomy (eg. countries),
I cannot get the list of open projects.
Steps to reproduce the behavior:
go to home page and create a new project
start a project with countries taxonomies
open the app in a new tab, and try to list existing projects
The list is not displayed… you wait with the animation circling and eventually you get a timeout.
Expected behavior
We should be able to run those operations concurrently.
Note:
I suspect this might be because the parser uses the database in synchronous mode, while we use async with FastAPI !
The parser must support using async (and this is a good occasion to separate database operation from the rest of the code).
The text was updated successfully, but these errors were encountered:
What
If I'm importing a taxonomy (eg. countries),
I cannot get the list of open projects.
Steps to reproduce the behavior:
The list is not displayed… you wait with the animation circling and eventually you get a timeout.
Expected behavior
We should be able to run those operations concurrently.
Note:
I suspect this might be because the parser uses the database in synchronous mode, while we use async with FastAPI !
The parser must support using async (and this is a good occasion to separate database operation from the rest of the code).
The text was updated successfully, but these errors were encountered: