We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8184bd commit a187aecCopy full SHA for a187aec
renku/ui/service/jobs/cleanup.py
@@ -52,7 +52,7 @@ def cache_files_cleanup():
52
53
for chunk in chunks:
54
if chunk.exists() and chunk.ttl_expired():
55
- worker_log.debug(f"purging chunk {chunk.file_id}:{chunk.file_name}")
+ worker_log.debug(f"purging chunk {chunk.chunk_file_id}:{chunk.file_name}")
56
chunk.purge()
57
chunk_folders.add(chunk.abs_path.parent)
58
elif not chunk.exists():
0 commit comments