{"record":{"id":"74a69ea2d31ad640","repo":"gatsbyjs/gatsby","slug":"111007","errorCode":"111007","errorMessage":"Your WordPress server at ${bold(url)} appears to be overloaded.\n\n${getLowerRequestConcurrencyOptionMessage()}","messagePattern":"Your WordPress server at (.+?) appears to be overloaded\\.\n\n(.+?)","errorType":"panic","errorClass":null,"httpStatus":null,"severity":"error","filePath":"packages/gatsby-source-wordpress/src/utils/fetch-graphql.ts","lineNumber":358,"sourceCode":"        sourceMessage: formatLogMessage(\n          `It took too long for ${url} to respond (longer than ${\n            timeout / 1000\n          } seconds).\\n\\nEither your URL is wrong, you need to increase server resources, or you need to decrease the amount of resources each request takes.\\n\\nYou can configure how much resources each request takes by lowering your \\`options.schema.perPage\\` value from the default of 100 nodes per request.\\nAlternatively you can increase the request timeout by setting a value in milliseconds to \\`options.schema.timeout\\`, the current setting is ${timeout}.\\n\\n${genericError(\n            { url }\n          )}`,\n          { useVerboseStyle: true }\n        ),\n      },\n    })\n    return\n  }\n\n  if (errorIs500ish(e) && !e.message.includes(`500`)) {\n    if (`message` in e) {\n      console.error(formatLogMessage(new Error(e.message).stack))\n    }\n\n    reporter.panic({\n      id: CODES.WordPress500ishError,\n      context: {\n        sourceMessage: formatLogMessage(\n          `Your WordPress server at ${bold(url)} appears to be overloaded.\n\n${getLowerRequestConcurrencyOptionMessage()}`,\n          { useVerboseStyle: true }\n        ),\n      },\n    })\n\n    return\n  } else if (e.message.includes(`Request failed with status code 500`)) {\n    reporter.panic({\n      id: CODES.WordPress500ishError,\n      context: {\n        sourceMessage: formatLogMessage(\n          `${e.message}","sourceCodeStart":340,"sourceCodeEnd":376,"githubUrl":"https://github.com/gatsbyjs/gatsby/blob/8b06340921ffdf23125a365b9c9923690cb62ce6/packages/gatsby-source-wordpress/src/utils/fetch-graphql.ts#L340-L376","documentation":"Error \"Your WordPress server at ${bold(url)} appears to be overloaded.\n\n${getLowerRequestConcurrencyOptionMessage()}\" thrown in gatsbyjs/gatsby.","triggerScenarios":"Thrown at packages/gatsby-source-wordpress/src/utils/fetch-graphql.ts:358 when the library encounters an invalid state.","commonSituations":"Occurs when the WordPress server responds too slowly or with overload errors. Lower request concurrency in the plugin's schema options and/or increase server resources.","solutions":["Lower options.schema.requestConcurrency in gatsby-config.js to reduce load on the WordPress server.","Increase server resources or enable response caching for WPGraphQL."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"8b06340921ffdf23125a365b9c9923690cb62ce6","analyzedAt":"2026-08-13T02:36:21.405Z","schemaVersion":2},"datasetVersion":"2026-08-13T04:17:16.726Z"}