-
Couldn't load subscription status.
- Fork 10.3k
Closed
Labels
topic: GraphQLRelated to Gatsby's GraphQL layerRelated to Gatsby's GraphQL layertype: bugAn issue or pull request relating to a bug in GatsbyAn issue or pull request relating to a bug in Gatsby
Description
Description
We're having an issue during the build phase of our project: sometimes the run graphql queries... step finishes without any issues and the site builds fine. But since recently the build process gets stuck at the ⡀ run graphql queries — 123/125 46.15 queries/second step and keeps either spinning forever or, if it finishes, takes a very long time (it doesn't always stop at 123. Sometimes it stops at 7/125 or other numbers).
Steps to reproduce
- delete
.cachefolder - run
gatsby build
Expected result
The build process should finish without issues.
Actual result
The build process gets stuck at the "run graphql queries..." phase.
Environment
System:
OS: macOS 10.14.3
CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Shell: 5.3 - /bin/zsh
Binaries:
Node: 11.10.0 - ~/.nvm/versions/node/v11.10.0/bin/node
npm: 6.8.0 - ~/.nvm/versions/node/v11.10.0/bin/npm
Languages:
Python: 2.7.15 - /usr/local/bin/python
Browsers:
Chrome: 72.0.3626.109
Firefox: 65.0.1
Safari: 12.0.3
npmPackages:
gatsby: ^2.1.4 => 2.1.4
gatsby-image: ^2.0.29 => 2.0.29
gatsby-plugin-manifest: ^2.0.17 => 2.0.17
gatsby-plugin-offline: ^2.0.23 => 2.0.23
gatsby-plugin-postcss: ^2.0.5 => 2.0.5
gatsby-plugin-react-helmet: ^3.0.6 => 3.0.6
gatsby-plugin-remove-trailing-slashes: ^2.0.7 => 2.0.7
gatsby-plugin-robots-txt: ^1.4.0 => 1.4.0
gatsby-plugin-sharp: ^2.0.20 => 2.0.20
gatsby-plugin-sitemap: ^2.0.5 => 2.0.5
gatsby-plugin-svgr: ^2.0.1 => 2.0.1
gatsby-remark-embed-video: ^1.7.0 => 1.7.0
gatsby-remark-images-contentful: ^2.0.8 => 2.0.8
gatsby-remark-responsive-iframe: ^2.0.9 => 2.0.9
gatsby-source-contentful: ^2.0.29 => 2.0.29
gatsby-source-filesystem: ^2.0.20 => 2.0.20
gatsby-source-hire-with-google: ^1.3.0 => 1.3.0
gatsby-transformer-remark: ^2.2.5 => 2.2.5
gatsby-transformer-sharp: ^2.1.13 => 2.1.13
npmGlobalPackages:
gatsby-cli: 2.4.10
ChurnM4c, crsanti, coreyward, k-sav, rudolphfunk and 3 more
Metadata
Metadata
Assignees
Labels
topic: GraphQLRelated to Gatsby's GraphQL layerRelated to Gatsby's GraphQL layertype: bugAn issue or pull request relating to a bug in GatsbyAn issue or pull request relating to a bug in Gatsby