I am getting a
UnknownDaggerError: Encountered an unknown error while requesting data via graphql
Code D101
I think it may be because we use dagger.io to run our E2E test pipeline and it took to long for dagger, is there a way to increase the timeout?
UnknownDaggerError: Encountered an unknown error while requesting data via graphql
at compute
at async computeQuery
at async <anonymous> (/home/niebuhrd/RiderProjects/sba/pipelines/qa/build.mts:26:5)
at async connect
at async Pipeline.run (/home/niebuhrd/RiderProjects/sba/pipelines/templates/dagger/pipeline.mts:16:5)
at async <anonymous> (/home/niebuhrd/RiderProjects/sba/pipelines/qa/build.mts:5:1) {
cause: TypeError: fetch failed
at node:internal/deps/undici/undici:13178:13
at async <anonymous> (/home/niebuhrd/RiderProjects/sba/pipelines/node_modules/graphql-request/src/legacy/helpers/runRequest.ts:191:10)
at async runRequest (/home/niebuhrd/RiderProjects/sba/pipelines/node_modules/graphql-request/src/legacy/helpers/runRequest.ts:72:25)
at async GraphQLClient.request (/home/niebuhrd/RiderProjects/sba/pipelines/node_modules/graphql-request/src/legacy/classes/GraphQLClient.ts:131:22)
at async compute
at async computeQuery
at async File.export
at async Promise.all (index 3)
at async materializeDotnetWorkflowResult (/home/niebuhrd/RiderProjects/sba/pipelines/qa/workflow.mts:112:5)
at async <anonymous> (/home/niebuhrd/RiderProjects/sba/pipelines/qa/build.mts:26:5) {
[cause]: HeadersTimeoutError: Headers Timeout Error
at Timeout.onParserTimeout [as callback] (node:internal/deps/undici/undici:5975:32)
at Timeout.onTimeout [as _onTimeout] (node:internal/deps/undici/undici:2356:17)
at listOnTimeout (node:internal/timers:581:17)
at process.processTimers (node:internal/timers:519:7) {
code: 'UND_ERR_HEADERS_TIMEOUT'
}
},
code: 'D101'
}