We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
currently it is not possible to launch more than the original instance of Indexer.py because of a Whoosh lock.
Indexer.py
Whoosh
We used this solution and it works : https://whoosh.readthedocs.io/en/latest/api/writing.html#whoosh.writing.AsyncWriter
Do you approve it ?
The text was updated successfully, but these errors were encountered:
Hi @src7 !
Good catch ! Can you please create a pull request ?
Sorry, something went wrong.
No branches or pull requests
Hello,
currently it is not possible to launch more than the original instance of
Indexer.py
because of aWhoosh
lock.We used this solution and it works :
https://whoosh.readthedocs.io/en/latest/api/writing.html#whoosh.writing.AsyncWriter
Do you approve it ?
The text was updated successfully, but these errors were encountered: