dify/api/core/virtual_environment/providers
Harry b1eecb7051 feat: implement keepalive mechanism for E2B sandbox
- Added a keepalive thread to maintain the E2B sandbox timeout, preventing premature termination.
- Introduced a stop event to manage the lifecycle of the keepalive thread.
- Refactored the sandbox initialization to include the new keepalive functionality.
- Enhanced logging to capture failures in refreshing the sandbox timeout.
2026-01-21 20:51:46 +08:00
..
daytona_sandbox.py refactor(sandbox): remove unused SANDBOX_WORK_DIR constant and update bash command descriptions for clarity 2026-01-12 15:02:30 +08:00
dify_simple_sandbox.py Refactor code structure for improved readability and maintainability 2025-12-30 16:31:34 +08:00
docker_daemon_sandbox.py feat(constants): introduce DIFY_CLI_ROOT and update paths for Dify CLI and app assets 2026-01-19 18:15:39 +08:00
e2b_sandbox.py feat: implement keepalive mechanism for E2B sandbox 2026-01-21 20:51:46 +08:00
local_without_isolation.py refactor(sandbox): sandbox provider system default configuration 2026-01-16 18:22:44 +08:00