Timeout during GraphQL Queries in GatsbyJS site

Hello,

Our organization is hosting a website developed on GatsbyJS which uses GraphQL to query some external services and populate our site with content. In the process of this we were encountering timeouts during the queries, presumably because there was too much data for Netlify to handle.

Here is a link to the current build of our site. https://cassandra.netlify.com/. The issue is populating the news feed and resources tabs with content. On our local machines we were able to get up to 20 pages for each tab, but Netlify was only able to get 2.

We’ve found a temporary solution by limiting the number of queries to 30, but this severely curtails what we want to do with the site, as we want a lot more content on there. If anyone has any ideas or faced similar issues, input would be greatly appreciated. Thank you for your time.

Hi,

It looks like your deploys aren’t failing: Netlify App

Can you clarify where this timing out is happening exactly? Thanks.