fix: Update function docs to include platform limits + remove them from pricing page (#34850)

* fix: add number of functions to pricing page

* fix: move the function limits to docs
This commit is contained in:
Lakshan Perera
2025-04-10 17:27:45 +10:00
committed by GitHub
parent ad6693fe1c
commit e4e3668cc9
2 changed files with 8 additions and 11 deletions

View File

@@ -14,7 +14,15 @@ subtitle: "Limits applied Edge Functions in Supabase's hosted platform."
- Paid plans: 400s
- Maximum CPU Time: 2s (Amount of actual time spent on the CPU per request - does not include async I/O.)
- Request idle timeout: 150s (If an Edge Function doesn't send a response before the timeout, 504 Gateway Timeout will be returned)
## Platform limits
- Maximum Function Size: 20MB (After bundling using CLI)
- Maximum no. of Functions per project:
- Free: 100
- Pro: 500
- Team: 1000
- Enterprise: Unlimited
- Maximum log message length: 10,000 characters
- Log event threshold: 100 events per 10 seconds

View File

@@ -477,17 +477,6 @@ export const pricing: Pricing = {
},
usage_based: true,
},
{
key: 'functions.scriptSize',
title: 'Script size',
plans: {
free: '20MB',
pro: '20MB',
team: '20MB',
enterprise: 'Custom',
},
usage_based: false,
},
],
},
realtime: {