#Does NextJS time-based revalidation count towards my Vercel free tier build minutes?

3 messages · Page 1 of 1 (latest)

blissful sleet
#

I'm currently running the staging environment for a large project with 50+ dynamic pages. They implement time-based revalidation every 5 minutes on Vercel's free hobby tier.

Plus I have to import data for many more pages with dynamic params (like /posts/[slug]), where I have implemented revalidation of 5 mins as well.

  1. Does the build time for those pages count towards the 6000 build minutes on Vercel hobby tier?

  2. How would I go about calculating total revalidation time for them? Is it something I should worry about?

  3. Should I delete the automatic deployments for new branches after I'm done with them, if they gobble up my build minutes as well?

I'm using the latest NextJS version 14.0.2

abstract merlinBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

blissful sleet
#

Bump