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

🐛 fix cache paths when they become too long to handle #643

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pranavgaikwad
Copy link
Contributor

@pranavgaikwad pranavgaikwad commented Feb 10, 2025

Fixes #636
This makes it so that when paths become too long, they are flattened at the root task's level, so we still get hierarchy as much as we can but leave the too many nested stuff flattened which is probably pita to navigate anyway

@pranavgaikwad
Copy link
Contributor Author

Hey folks, I have been testing this and seeing weird issues with a task being retried more than 3 times. I am not sure if its because of the cache or something else. But I don't feel comfortable merging this yet.

@pranavgaikwad pranavgaikwad marked this pull request as draft February 11, 2025 14:29
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.

Path too long and file not found erros on Windows
1 participant