Skip to content

Make use of RequestID Middleware #90

@jay-dee7

Description

@jay-dee7

We're using an http middleware, which assigns a UUID for every request. This can be super helpful for co-relating http requests, debugging bugs and understanding the overall flow of data.

Currently we're assigning X-Request-Id for every request, which might not be what we actually need. Since the uuid in the request id and the uuid in the session-based upload are of the same pattern (uuid v4), maybe we can find a way to assign uuid from the StartUpload method, re-use this id from any chunk-upload method and complete upload method?

Metadata

Metadata

Assignees

Labels

P2P2 labels are used for significant features, improvements, etcenhancementNew feature or requestgood first issueGood for newcomersneeds-triageThis label refers to a non-final decision on implementation, when an important feature/bug is added

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions