dify/api/core/virtual_environment/providers
Harry beefff3d48 feat(docker-demuxer): implement producer-consumer pattern for stream demultiplexing
- Introduced threading to handle Docker's stdout/stderr streams, improving thread safety and preventing race conditions.
- Replaced buffer-based reading with queue-based reading for stdout and stderr.
- Updated read methods to handle errors and end-of-stream conditions more gracefully.
- Enhanced documentation to reflect changes in the demuxing process.
2026-01-08 14:15:41 +08:00
..
daytona_sandbox.py feat(daytona-environment): enhance command management with threading support and default API URL 2026-01-07 18:47:22 +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(docker-demuxer): implement producer-consumer pattern for stream demultiplexing 2026-01-08 14:15:41 +08:00
e2b_sandbox.py feat: sandbox provider configuration 2026-01-08 11:04:12 +08:00
local_without_isolation.py feat: sandbox provider configuration 2026-01-08 11:04:12 +08:00