do async uploads first for first2years MDCs
The first create_event
in upload_event
takes a few seconds to complete. If the multiple_event_upload is turned on, it uploads 15 events only after the superevent is created. Doing the async uploads first followed by creating the event will better test race conditions.
Edited by Deep Chatterjee