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

fix: sqlite with database task persistence is not multithreaded #1679

Open
bamthomas opened this issue Mar 11, 2025 · 0 comments
Open

fix: sqlite with database task persistence is not multithreaded #1679

bamthomas opened this issue Mar 11, 2025 · 0 comments

Comments

@bamthomas
Copy link
Collaborator

Describe the bug
When executing a multithreaded task (Index, Nlp extraction...) the use of task repository throws a concurrent exception.

To Reproduce
Steps to reproduce the behavior:

  1. launch datashare with --taskRepositoryType DATABASE
  2. extract NLP entities
  3. see the logs

Expected behavior

It should be possible to launch a multithreaded task with a local datashare.

@pirhoo pirhoo moved this to Todo in Sprint 34 Mar 11, 2025
@pirhoo pirhoo changed the title Sqlite with database task persistence is not multithreaded fix: qlite with database task persistence is not multithreaded Mar 11, 2025
@pirhoo pirhoo changed the title fix: qlite with database task persistence is not multithreaded fix: sqlite with database task persistence is not multithreaded Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant