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

Track task input details that contribute to the cache entry's hash #176

Closed
niloc132 opened this issue Jun 12, 2022 · 0 comments · Fixed by #210
Closed

Track task input details that contribute to the cache entry's hash #176

niloc132 opened this issue Jun 12, 2022 · 0 comments · Fixed by #210
Labels
enhancement New feature or request
Milestone

Comments

@niloc132
Copy link
Member

Write the components that contributed to the entry's hash, as better logging of what contributed to that cache entry, and what is different across different builds. As well as assisting with debugging, this will make it easier to read the actual "before/after" when trying to find the "nearest" previous build, and identify what changed between invocations.

@niloc132 niloc132 added this to the 0.21 milestone Jun 12, 2022
@niloc132 niloc132 added the enhancement New feature or request label Jun 12, 2022
niloc132 added a commit that referenced this issue Aug 15, 2023
The Task.execute() call now can examine old results and changes to
inputs to make decisions about incrementally building new outputs
more efficiently.

Fixes #176
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant