Maximum Duration (Wall clock limit):
This is the duration an Edge Function worker will stay active. During this period, a worker can serve multiple requests or process background tasks.
Free plan: 150s
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)
Maximum Function Size: 20MB (After bundling using CLI)