What is the maximum execution time for a Cloudflare Worker?

Question

Grade: Education Subject: Support
What is the maximum execution time for a Cloudflare Worker?
Asked by:
59 Viewed 59 Answers

Answer (59)

Best Answer
(304)
Cloudflare Workers have a default execution time limit of 30 seconds. You can request an increase in this limit through Cloudflare support, but it's important to optimize your Worker's code to minimize execution time. Longer execution times can lead to increased costs and potential performance issues.