-
Notifications
You must be signed in to change notification settings - Fork 32
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
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 <[email protected]>
…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_network
package 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.