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

Prevent task removal under some conditions #21

Open
soichih opened this issue Dec 6, 2018 · 1 comment
Open

Prevent task removal under some conditions #21

soichih opened this issue Dec 6, 2018 · 1 comment

Comments

@soichih
Copy link
Contributor

soichih commented Dec 6, 2018

I should prevent fulfilling task removal if

  1. the task is used as deps for "active" tasks. active meaning > requested, running, running_sync.

  2. the task has archived datasets that are currently being stored.

@soichih
Copy link
Contributor Author

soichih commented Dec 8, 2018

Added a check for 1), but I just realized 2) has to be done on warehouse - as amaretti doesn't know anything about datasets

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