Skip to content

Commit d642f49

Browse files
authored
Merge pull request #128071 from najian/naji/addmaxduration
Update Azure Container Apps with Serverless code interpreter sessions max code execution duration
2 parents c949149 + 7dc309a commit d642f49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/container-apps/sessions-code-interpreter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ If you're not using an LLM framework integration, you can interact with the sess
184184

185185
## Execute code in a session
186186

187-
To execute code in a session, send a `POST` request to the `code/execute` endpoint with the code to run in the request body.
187+
To execute code in a session, send a `POST` request to the `code/execute` endpoint with the code to run in the request body. Each code execution is limited to a maximum runtime of 220 seconds.
188188

189189
The following example prints `Hello, world!` in Python.
190190

0 commit comments

Comments
 (0)