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

Remove project delete instruction #11

Merged
merged 1 commit into from
Aug 3, 2022
Merged

Remove project delete instruction #11

merged 1 commit into from
Aug 3, 2022

Conversation

drew
Copy link
Contributor

@drew drew commented Aug 2, 2022

This removes the PROJECT.delete() instruction from our notebooks. run.cancel_all() isn't blocking, so what will happen is: the models will get cancelled, the project deleted, and then models will error as they go into a cancelled state because the models or project no longer exist.

An alternative approach is to make Job.cancel() block from gretel-client, but this might be a larger task we want to plan out.

@drew drew requested review from zredlined and johntmyers August 2, 2022 16:12
@drew drew merged commit f1249d1 into main Aug 3, 2022
@drew drew deleted the dn/delete-updates branch August 3, 2022 00:09
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.

2 participants