From c29fc49ba04fe396ce8f1516ca27738211efc4d5 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 9 Aug 2017 12:19:16 -0400 Subject: [PATCH] Added note about multiple processing nodes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aac6ec7c..303de742 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ Have you had other issues? Please [report them](https://github.com/OpenDroneMap/ WebODM can be linked to one or more processing nodes running [node-OpenDroneMap](https://github.com/OpenDroneMap/node-OpenDroneMap). The default configuration already includes a "node-odm-1" processing node which runs on the same machine as WebODM, just to help you get started. As you become more familiar with WebODM, you might want to install processing nodes on separate machines. +Adding more processing nodes will allow you to run multiple jobs in parallel. + +You **will not be able to distribute a single job across multiple processing nodes**. We are actively working to bring this feature to reality, but we're not there yet. + ### Security If you want to run WebODM in production, make sure to disable the `DEBUG` flag from `webodm/settings.py` and go through the [Django Deployment Checklist](https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/).