Open alexandermichels opened 9 months ago
A workaround for now: if we delete the keys with the pattern globus_task_*
from redis, it seems to allow us to re-download the folder. This can be done within the redis container using the following line:
redis-cli KEYS "globus_task_*" | xargs redis-cli DEL
This is obviously only a workaround through.
It appears that the GlobusTaskListManager is not always properly cleared resulting in users being unable to download two subdirectories (or the result folder plus a subdirectory like slurm_logs) from a single Job.
Example error:
A few things here: