Configuration
Demonstrates the full PythonEmbed.Options builder: timeouts, environment variables, warmup scripts, code limits, close hooks, and explicit Python executable path.
Key Points
timeoutMs()/startupTimeoutMs()— per-request and startup timeoutsmaxCodeLength()— safety limit on code sizeenv()— pass environment variables to the Python processwarmupScript()/warmupScripts()— pre-execute on startuplenientWarmup()— don't fail if warmup scripts have errorsonBeforeClose()/onAfterClose()— lifecycle hooks