fix(sandbox): add auto archive interval to sandbox creation

This commit is contained in:
sharath 2025-06-11 02:08:36 +00:00
parent 6d5f9a76de
commit 7bf1ffcc94
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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