Your worker is limited to 30s of CPU time. What does this mean? #730
Answered
by
lancelafontaine
FriedRiceNoodles
asked this question in
Help
-
30s for a single request? |
Beta Was this translation helpful? Give feedback.
Answered by
lancelafontaine
Mar 29, 2023
Replies: 1 comment
-
We'll update the documentation to be a bit more explicit. Thanks for flagging this! While there's a incentive to make your storefront as fast as possible, we allow for a worker to take up to 30 seconds executing code while responding to one request. This excludes any time being spent waiting on I/O. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
FriedRiceNoodles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We'll update the documentation to be a bit more explicit. Thanks for flagging this!
While there's a incentive to make your storefront as fast as possible, we allow for a worker to take up to 30 seconds executing code while responding to one request. This excludes any time being spent waiting on I/O.