#!/bin/bash
list_marathon_service_instances | shuf | xargs -n 1 -r -P 5 setup_marathon_job
