Hacker News new | ask | show | jobs
by corobo 3178 days ago
What happens if the limits are reached? Does the end user get an error or does the request proceed as it would without the script?
1 comments

Currently, an error, because default handling might not be correct in many cases -- imagine a script implementing access control or expanding an HTML template. But I'd be open to the idea of letting the script call, like, `event.fallbackOk()` upfront to specify that default behavior as a fallback is safe.

Note that the 50ms is CPU time, not wall time. This is actually a pretty huge amount of time for handling one request.