-
Notifications
You must be signed in to change notification settings - Fork 27
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
modify port setting - allow parallel processing #35
Comments
Hi @yeders That sounds fine. If you want to do a PR for this, I'll be happy to review and merge. |
Do I need to technically know how to do build the variation? |
@yeders you would need to be able to write Clojure to do the PR, yes. Is that what you mean? I'm not able to put time right now into a PR myself, but I can help with reviewing your code, or a small spec of how you would like to implement this feature. |
I changed 8000 to 8022 in \src\reconcile_csv\core.clj and use lein to compile and run ... |
OK this works - I opened http://localhost:8022/reconcile - I was opening http://localhost:8022 by mistake! |
I changed 8000 to 8022 in \src\reconcile_csv\core.clj and use lein to compile and run ... |
Great work.
Can you allow modifying the port as an argument so I can run multiple instances to allow parallel processing in OpenRefine?
The text was updated successfully, but these errors were encountered: