Hacker News new | ask | show | jobs
by remyg 2784 days ago
Cloudflare Workers execution time is counted a little differently. When you call fetch() in a Worker and are waiting for remote data, Cloudflare doesn’t count that waiting towards the “execution time” limit. Other providers do.

Note: I work at Cloudflare