|
|
|
|
|
by crowlKats
1462 days ago
|
|
proper applications as well. example is the https://deno.land website has an average CPU time of 6ms. CPU time means it doesnt include any IO bound operations, so ie doing a fetch request wont really contribute to the CPU time. |
|
I've had to switch multiple webapps to Cloudflare Workers' "unbound" mode to go beyond CPU time limits.