You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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=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.project-moonwalk/jobs/src/backup/main.py
Line 81 in 5e4602e
The text was updated successfully, but these errors were encountered: