-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Builds start failing after awhile #1069
Comments
CC @jlengstorf have you noticed any issues in the past with the cache not clearing over time? |
Hi @jasonLaster, thanks a lot for reporting this. From looking at the deploys, it looks like what's making builds slower and slower is the very end of the build, where we upload files to the CDN. You are probably right, where the The We will look into this issue as soon as possible. I would recommend turning off this Build plugin until this issue is fixed. |
Okay, i'll try disabling the cache and see how it does. We don't need to publish the |
There are a couple of issues with the Gatsby cache plugin at the moment. I have filed the following ones:
This GitHub issue is most likely due to one or several of the issues listed above. I recommend not using this plugin until those issues are fixed, which we will aim at solving as soon as possible. |
After investigating it, it looks like this issue might not be due to Netlify nor to Some builds crash suddenly but this seems related to the problems highlighted in the following issues: climatescape/climatescape.org#199 and climatescape/climatescape.org#81. While enabling the It turns out caching seems to correctly work for Gatsby, at least on the latest version of Netlify:
After fixing the problems above, you should be able to re-enable the There are few additional bugs in the buildbot that can be experienced in your problem but are actually separate:
|
@ehmicky somehow missed this detailed analysis. Thank you for digging in and providing so much context. We'll circle back after we've had a chance to evaluate on our end! |
👋 (I built the I was chatting with Jason about this trying to decide the root cause. I am suspecting it is an issue with the way that also related: jbolda/gatsby-source-airtable#170 |
Describe the bug
It looks like our builds start failing after 5-10 builds. My hunch is that the
.cache
is filling up as we're using the netlify gatsby build plugin.https://app.netlify.com/sites/sustainability-landscape/deploys?filter=deploy%20previews
The text was updated successfully, but these errors were encountered: