Control Netlify build time gap

Hello,

I’m currently using Netlify CMS and find it frustrating that every small change triggers a rebuild.

Is there a method to instruct Netlify to wait for 30 minutes after a repository update before initiating a build, provided there are no other updates during that time and if there are just build the latest?

Thank you.

Hi,
Netlify attempts to ignore builds when they’re not required, only building when your site requires it. You can override this default behavior by using the ignore attribute in the Netlify configuration file.

Here is some documentation on this. Ignore builds | Netlify Docs

@tocih50254 Netlify CMS is now DecapCMS:

You could try reaching out to their community here:

1 Like

Hi @SamO

It would have been better if I can control directly in netlify to say check twice day on this time and build.

Or a setting in netlify.toml to tell it to build everyday on this time. Is there a native netlify option to achieve this? Ignore is not the solution for me as I do not want to ignore but run builds on certain time daily (preferably without using external tools)

Thanks

Hi @nathanmartin

I know I know , it is just easier netlify cms and known for a long time. Seems like some polish guys take over change the name this is why the console log is full of kurwa kurwa.

@tocih50254 You may already be aware, but Netlify stopped supporting it, which is why it became Decap.

To schedule deploys you’ll want something like this:

1 Like

Hi @nathanmartin

Thanks but too difficult, the only reason I am hosting on netlify is for ease of use. but it ends up that it is much easier to setup this in GitHub than on netlify. There should be an easy option in the netlify account to set it up. instead of all this code which makes no sense. Just saying.

Thanks for taking the time