Standalone Processor Server (#884 + #974)#1029
Conversation
We decided to use only single quotes for strings to make it consistent. I kept docstrings in triple double quotes because of PEP 257.
They were added to give additional information but are not needed here any more in this place
Co-authored-by: Robert Sachunsky <38561704+bertsky@users.noreply.github.com>
…ttps://github.com/OCR-D/core into dev-processing-broker-add-bashlib-processing-worker
…-processing-worker add bashlib processing worker, require Python 3.7
|
Excellent! For a proper review, it would help to see the actual diff over dev-processing-broker. I think it would make more sense to start a new PR against that branch (even if it's going to be merged independently). After reviewing and working on the branch, you could still open a PR against master. |
I just wanted to assign reviewers but it also automatically requests a review. This is still far away from being reviewed... You're right. I am going to create a PR to #974. Check #1030. |
This draft PR is supposed to get important aspects from #884 and adapt to #974 so it can extend the
ocrd_networkpackage to provide the standalone Processor Server feature.I am creating this a bit early so it's easy to follow what is going on with this. Still broken and fixes are needed. A lot more refactoring is needed to follow afterward.