diff --git a/agent/sandbox/executor_manager/api/handlers.py b/agent/sandbox/executor_manager/api/handlers.py index 9478a0bfd4..2a92122b00 100644 --- a/agent/sandbox/executor_manager/api/handlers.py +++ b/agent/sandbox/executor_manager/api/handlers.py @@ -29,7 +29,7 @@ async def healthz_handler(): return {"status": "ok"} -@limiter.limit("5/second") +@limiter.limit("60/second") async def run_code_handler(req: CodeExecutionRequest, request: Request): logger.info("🟢 Received /run request")