Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request TImeout #6876

Open
rahulAccelalpha opened this issue Mar 22, 2024 · 1 comment
Open

Request TImeout #6876

rahulAccelalpha opened this issue Mar 22, 2024 · 1 comment

Comments

@rahulAccelalpha
Copy link

i am using Nodejs Influx library and while inserting any record it is throwing request timeout error

WARN: Write to InfluxDB failed (attempt: 1). x [RequestTimedOutError]: Request timed out
    at ClientRequest.<anonymous> (E:\timestreamdb\node_modules\@influxdata\influxdb-client\dist\index.js:5:6447)
    at ClientRequest.emit (node:events:514:28)
    at TLSSocket.emitRequestTimeout (node:_http_client:847:9)
    at Object.onceWrapper (node:events:628:28)
    at TLSSocket.emit (node:events:526:35)
    at Socket._onTimeout (node:net:571:8)
    at listOnTimeout (node:internal/timers:569:17)
    at process.processTimers (node:internal/timers:512:7)
ERROR: Retry buffer closed with 1 items that were not written to InfluxDB! 
node:internal/process/promises:288
            triggerUncaughtException(err, true /* fromPromise */);
            ^

x [RequestTimedOutError]: Request timed out
    at ClientRequest.<anonymous> (E:\timestreamdb\node_modules\@influxdata\influxdb-client\dist\index.js:5:6447)
    at ClientRequest.emit (node:events:514:28)
    at TLSSocket.emitRequestTimeout (node:_http_client:847:9)
    at Object.onceWrapper (node:events:628:28)
    at TLSSocket.emit (node:events:526:35)
    at Socket._onTimeout (node:net:571:8)
    at listOnTimeout (node:internal/timers:569:17)
    at process.processTimers (node:internal/timers:512:7)
@zoesteinkamp
Copy link
Contributor

Which nodejs client library? can you link it? And then i think this error might need to be on the client library not on the ui

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

No branches or pull requests

2 participants