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

setup data lib: improve jobs watching in legacy mode #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abretaud
Copy link
Contributor

Currently, in legacy mode, setup_data_libraries calls JobsClient.get_jobs() to get the list of jobs to wait for completion.
This call can be veeeery long depending on the number of jobs of the user. For me I get a 502 eror after 60seconds.
So here's a patch to collect the job ids to watch during the data lib creation.

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

Successfully merging this pull request may close these issues.

1 participant