Currently, the job waits for each export sequentially. This could be optimized by passing wait=False and then checking the job statuses after kicking off all of the exports. We tried doing this and couldn't get the job status checking to work. It seems like only the first job resolved and the rest of them hung forever.
Currently, the job waits for each export sequentially. This could be optimized by passing
wait=Falseand then checking the job statuses after kicking off all of the exports. We tried doing this and couldn't get the job status checking to work. It seems like only the first job resolved and the rest of them hung forever.project-moonwalk/jobs/src/backup/main.py
Line 81 in 5e4602e