mirror of https://github.com/kortix-ai/suna.git
fix(sandbox): add auto archive interval to sandbox creation
This commit is contained in:
parent
6d5f9a76de
commit
7bf1ffcc94
|
@ -21,7 +21,7 @@ exa-py>=1.9.1
|
|||
e2b-code-interpreter>=1.2.0
|
||||
certifi==2024.2.2
|
||||
python-ripgrep==0.0.6
|
||||
daytona_sdk==0.14.0
|
||||
daytona-sdk==0.20.2
|
||||
boto3>=1.34.0
|
||||
openai>=1.72.0
|
||||
nest-asyncio>=1.6.0
|
||||
|
|
|
@ -114,6 +114,7 @@ def create_sandbox(password: str, project_id: str = None):
|
|||
"disk": 5,
|
||||
},
|
||||
auto_stop_interval=15,
|
||||
auto_archive_interval=24 * 60,
|
||||
)
|
||||
|
||||
# Create the sandbox
|
||||
|
|
Loading…
Reference in New Issue