Split Async Process into multiple (parallel) for each client (ZD 17186)
Currently all Async jobs (campaign launches, event imports, etc...) are all run in sequence, one after the other. In case of large campaign launches, any other job will not start until campaign has finished processing.
Ideally we would want to sp...