fix(joex): migrate office conversion defaults to unoserver - #3347
Open
tiborrr wants to merge 1 commit into
Open
Conversation
Switch the default convert command from deprecated unoconv to unoconvert so joex works with a unoserver daemon that queues concurrent LibreOffice converts (eikek#3345). Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
Tick the box to add this pull request to the merge queue (same as
|
Contributor
Author
|
Companion docker PR: docspell/docker#44 |
Contributor
Author
|
Put on hold due to discussion in docspell/docker#44. @eikek do you agree it would be better to host unoserver on the joex instance? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docspell.joex.convert.unoconvcommand from deprecatedunoconvtounoconvert(HOCON key kept for compatibility)unoserverdaemon; concurrent converts are queued by the serverBreaking
Custom / non-Docker installs that used
unoconv -lmust startunoserverinstead and provideunoconvertonPATH. Official Docker changes are in a companion PR on docspell/docker.Test plan
reference.confscheduler.pool-size > 1, multiple.xlsxuploads convert without wedging joexunoserverand waits forunopingRelated: #3345 #3293
Made with Cursor