Skip to content

Conversation

@marcelklehr
Copy link
Member

No description provided.

@marcelklehr marcelklehr requested a review from Copilot September 12, 2025 15:58
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds HTTP request timeout functionality to the GoogleDrive adapter to prevent requests from hanging indefinitely. The implementation uses Promise.race() to enforce a 60-second timeout for web requests and adds request/response logging for native requests.

  • Adds a 60-second HTTP timeout constant and implements timeout logic using Promise.race()
  • Imports RequestTimeoutError for proper timeout error handling
  • Adds debug logging for native request lifecycle events

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@marcelklehr marcelklehr merged commit bb873d0 into develop Sep 12, 2025
58 of 67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants