SarahAsad23 opened a new issue, #5361: URL: https://github.com/apache/texera/issues/5361
### Task Summary Currently, Python Virtual Environments (PVEs) are tied to the lifecycle of the Computing Unit (CU) in which they are created. As a result, when a CU is terminated, all associated PVEs are deleted as well. This design proposes decoupling PVEs from individual CUs by persisting PVE metadata and configuration in the database. PVEs would become reusable resources that exist independently of any specific CU. When a workflow requires a particular PVE, the environment can be provisioned or installed on the target CU as needed for execution. ### Task Type - [x] Refactor / Cleanup - [ ] DevOps / Deployment / CI - [ ] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
