Whats the best practices in Task(download file) #3982
Unanswered
baka-gourd
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
for example
The task has cache function, but this does not seem to work properly.
If the output already exists, it will not be skipped because the file already exists in a new environment where the task has never been run before, but will be downloaded again. At the same time, if the file is removed, it does not seem to be able to detect that the file has been removed, resulting in the file not actually being downloaded.
Does anyone have any better ideas?
Beta Was this translation helpful? Give feedback.
All reactions