Documentation
¶
Overview ¶
Example exec-timeout shows two ways a runaway script is stopped: a server-side hard cap via Config.ExecTimeout, and a caller deadline via the context passed to Run. Both abort a pure-Lua infinite loop (the timeout interrupts pure-Lua loops). Both surface as context.DeadlineExceeded.
Click to show internal directories.
Click to hide internal directories.