You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hey guys, the team I'm working with needs a feature that allows us to change the timeout for queries to Strapi. We utilize Strapi as a website builder and have many sites in the CMS. We have a couple of very large sites with over 100 pages, and when the query takes 60 sec or longer we get a 504 timeout error coming from [gatsby-source-strapi]/[axios]/lib/core/createError.js:16:15
Describe the solution you'd like
We'd like to be able to pass in our own timeout parameter for Strapi queries similar to how file fetching has the GATSBY_STALL_TIMEOUT env variable to alter the timeout settings (we've tried this and it doesn't work for our problem).
Describe alternatives you've considered
We have looked through the code to see where the query timeout is being set to 60 seconds and we're not able to find it.
Additional context
The text was updated successfully, but these errors were encountered:
george-wb
changed the title
feat(<gatsby-source-strapi>): <timeout setting for queries>
feat(gatsby-source-strapi): timeout setting for queries
Jul 28, 2023
george-wb
changed the title
feat(gatsby-source-strapi): timeout setting for queries
feat (gatsby-source-strapi): timeout setting for queries
Jul 28, 2023
george-wb
changed the title
feat (gatsby-source-strapi): timeout setting for queries
feat(gatsby-source-strapi): timeout setting for queries
Jul 28, 2023
Is your feature request related to a problem? Please describe.
Hey guys, the team I'm working with needs a feature that allows us to change the timeout for queries to Strapi. We utilize Strapi as a website builder and have many sites in the CMS. We have a couple of very large sites with over 100 pages, and when the query takes 60 sec or longer we get a 504 timeout error coming from
[gatsby-source-strapi]/[axios]/lib/core/createError.js:16:15
Describe the solution you'd like
We'd like to be able to pass in our own timeout parameter for Strapi queries similar to how file fetching has the
GATSBY_STALL_TIMEOUT
env variable to alter the timeout settings (we've tried this and it doesn't work for our problem).Describe alternatives you've considered
We have looked through the code to see where the query timeout is being set to 60 seconds and we're not able to find it.
Additional context
The text was updated successfully, but these errors were encountered: