Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out how to not wait for exports #10

Open
stdavis opened this issue Sep 27, 2024 · 0 comments
Open

Figure out how to not wait for exports #10

stdavis opened this issue Sep 27, 2024 · 0 comments

Comments

@stdavis
Copy link
Member

stdavis commented Sep 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant