I have a single cluster with n number of author nodes are there and I wanted to distribute the post processing operation ( uploading huge no of assets ) among the non leader nodes ( n-1) .I am using Mongo with shared File systems.
Is it possible to achieve this ?Normally , we do job offloading within multiple Clusters ( as per documentation )