I'm trying to find some details about Render out but the site and docs are lacking

I am trying to compare Render to the other static site hosts out there.
I think I have most the details but

  • What’s Render’s build limit? Other vendors limit this by hour, minute or monthly counts of builds.
  • Does Render limit the build time allowed?
  • Does Render allow concurrent builds? If so, how many?
  • Does Render have a deploy limit?
  • I’m not 100% of the serverless functions but it seems that Render doesn’t do traditional Lambda style serverless yet, right?
  • Is there a site limit for static sites? Other vendors limit this by size or by quantity of files.

Here’s what I got so far. Feedback very welcome.

I can answer some of these questions now, but for others I’ll have to check with the team.

Concurrent builds: we don’t allow for concurrent builds within a single service, but you can always concurrently build separate services.

Deploy limit: there’s no limit to the number of deploys you can have.

Serverless: we don’t do serverless, functions, or Lambdas today.

For limits in general, we set them generously and have had few users hit them. We’re more than happy to work with people who have special setups that need higher limits.

2 Likes

Thank you @adrian