{"record":{"id":"a4aabcc2d9608ce2","repo":"gatsbyjs/gatsby","slug":"85928","errorCode":"85928","errorMessage":"An error occurred during parallel query running.\\nGo here for troubleshooting tips: https://gatsby.dev/pqr-feedback","messagePattern":"An error occurred during parallel query running\\.\\\\nGo here for troubleshooting tips: https://gatsby\\.dev/pqr-feedback","errorType":"panic","errorClass":null,"httpStatus":null,"severity":"error","filePath":"packages/gatsby/src/utils/worker/pool.ts","lineNumber":40,"sourceCode":"    numWorkers,\n    env: {\n      GATSBY_NODE_GLOBALS: JSON.stringify(global.__GATSBY ?? {}),\n      GATSBY_WORKER_POOL_WORKER: `true`,\n      GATSBY_SKIP_WRITING_SCHEMA_TO_FILE: `true`,\n    },\n  })\n\n  initJobsMessagingInMainProcess(worker)\n  initReporterMessagingInMainProcess(worker)\n\n  return worker\n}\n\nconst queriesChunkSize =\n  Number(process.env.GATSBY_PARALLEL_QUERY_CHUNK_SIZE) || 50\n\nfunction handleRunQueriesInWorkersQueueError(e: Error): never {\n  reporter.panic({\n    id: `85928`,\n    context: {},\n    error: e,\n  })\n}\n\nexport async function runQueriesInWorkersQueue(\n  pool: GatsbyWorkerPool,\n  queryIds: IGroupedQueryIds,\n  opts?: {\n    chunkSize?: number\n    parentSpan?: Span\n  }\n): Promise<void> {\n  const activity = reporter.createProgress(\n    `run queries in workers`,\n    queryIds.staticQueryIds.length + queryIds.pageQueryIds.length,\n    0,","sourceCodeStart":22,"sourceCodeEnd":58,"githubUrl":"https://github.com/gatsbyjs/gatsby/blob/e85d62f1779e353eaac1753211629a26d123e26c/packages/gatsby/src/utils/worker/pool.ts#L22-L58","documentation":"Generic catch-all (id 85928, empty context) from handleRunQueriesInWorkersQueueError: any error thrown while the worker pool ran page queries lands here with the real error attached. Inspect the attached error and worker output rather than the static text.","triggerScenarios":"Thrown at packages/gatsby/src/utils/worker/pool.ts:40 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Follow the troubleshooting tips at https://gatsby.dev/pqr-feedback","Inspect the attached error and worker logs for the failing page query","Fix the offending query or component named there"],"exampleFix":null,"handlingStrategy":"try-catch","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"e85d62f1779e353eaac1753211629a26d123e26c","analyzedAt":"2026-08-26T17:50:09.662Z","contentChangedAt":"2026-08-26T17:50:09.662Z","schemaVersion":2},"datasetVersion":"2026-09-14T05:17:10.506Z"}