You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: restructure export_tar to properly stream without blocking
- Use async_docker_call to wrap exec_run call instead of asyncio.to_thread
- Implement proper async streaming using async generator
- Process chunks individually without loading entire stream into memory
- Fix unused variable linting error
- All 229 unit tests passing
Co-authored-by: pvliesdonk <22190282+pvliesdonk@users.noreply.github.com>
0 commit comments