Skip to content

Orphan upload file blocks trow indefinitely #426

@awoimbee

Description

@awoimbee

This issue is pretty rare but hard to diagnose and fix for end users

Infinite wait is here:

while tmp_location.exists() {

The issue is that there is no timeout for proxy download. And I don't think we can have a good timeout for the whole download, but we can add a timeout for "bytes received", eg if no bytes have been written in 10s, delete the file.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions