-
Notifications
You must be signed in to change notification settings - Fork 129
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
Preprocess up-to-date targets in mc_master
#455
Comments
It gets tricky because sometimes |
@wlandau If all targets are up to date, |
Sure. For distributed backends, it does make sense to check the schedule in |
Fixed in de44794. |
I believe this will go a long way to solving the issue I was having in #449.
You probably could literally call
outdated
in this function, being careful to ensureoutdated
usesjobs_imports
wherever it lightly parallelizes.The text was updated successfully, but these errors were encountered: