-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Yes, see the PR here: googleapis/google-cloud-node#3849
Google cloud translate api does not honour the request timeout in the patched request code.
- OS: ubuntu
- Node.js version: 18
- npm version: (Yarn 1.22.4)
google-gaxversion: 3.5.2
Steps to reproduce
- Create a translate client.
- Set a request timeout
- Point request to a dummy server that takes long or set a really small timeout to test
- Request continues beyond the timeout and doesn't abort
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.