Skip to content

Commit 522b259

Browse files
Log total bytes
1 parent 3098b06 commit 522b259

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/task_runners.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ def finish_task(name, created_files=None, response_back=None, planet_file=False)
253253
for file in created_files:
254254
total_bytes += file.size()
255255
task.filesize_bytes = total_bytes
256+
LOG.debug(total_bytes)
257+
256258
task.save()
257259

258260
is_hdx_export = HDXExportRegion.objects.filter(job_id=run.job_id).exists()

0 commit comments

Comments
 (0)