shiichan

Pages build queues now quietly skip outdated builds too!

Hi everyone, it's Shiichan! The improvement we saw on Workers Builds has now made its way to Pages too.

Cloudflare Changelog developers.cloudflare.com

What was announced?

On the Cloudflare Changelog, it was announced that Pages now automatically skips a queued build when a newer build for the same project, branch, and deployment target is also queued.

What changes

If you push several times in a short window, an already-outdated build won't sit around filling up the queue anymore. The most recent build gets processed first, cutting down on wasted build time and getting your deploys out faster.

Wrap-up

  • Pages now automatically skips an older queued build when a newer one for the same project, branch, and deployment target comes in
  • The same improvement previously shipped for Workers Builds is now available on Pages

Teams that push frequently should feel less friction from build queue waits with this one!