Workspaces Recycling Mechanism
About 159 wordsLess than 1 minute
To improve development environment utilization and avoid resource waste, Cloud Native Development implements the following recycling mechanisms:
- Auto recycle:
- After creating a development environment, heartbeat detection runs periodically. If the VSCode page is not entered within
10 minutes, the environment is automatically recycled. - After opening and closing the page, the environment is recycled if there is no activity for
10 minutes.
- After creating a development environment, heartbeat detection runs periodically. If the VSCode page is not entered within
- Maximum retention time: Default
18 hours. With continuous heartbeat, the workspace can be maintained for up to 18 hours.- The maximum retention time is also affected by cluster configuration. For details, please refer to Build Nodes
- No overnight workspaces: If usage exceeds
8 hoursand falls within the 4-6 AM window, the workspace is forcibly recycled.