I want processing to happen in every node but currently I see
# | Node | Status | Queue | Engine | API | Flags
-- | -- | -- | -- | -- | -- | --
1 | 192.168.0.247:3000 | Online | 1/4 | odm 2.4.3 | 2.1.4 |
2 | 192.168.0.248:3000 | Online | 0/4 | odm 2.4.3 | 2.1.4 |
3 | 192.168.0.246:3000 | Online | 0/4 | odm 2.4.3 | 2.1.4 |
One task takes up only 1 queue. But I would like it to queue on all node so processing will be very fast? Is there any scheduling provision that we can use to schedule it across all the queues on multiple nodes?
I do see split_merge options but I don’t see any documentation etc. ClusterODM/config.js at master · OpenDroneMap/ClusterODM · GitHub
Thank You.