Workspaces Recycling Mechanism
About 124 wordsLess than 1 minute
To improve development environment utilization and avoid resource waste, we have implemented the following recycling mechanisms:
- Automatic Recycling:
- After creating a development environment, it will periodically check for activity. If there is no access to the VSCode page for
10 minutes
, the environment will be recycled. - If you close the page after development and remain inactive for over
10 minutes
, the environment will be recycled.
- After creating a development environment, it will periodically check for activity. If there is no access to the VSCode page for
- Maximum Duration:
16 hours
. If the development environment maintains continuous activity, it can remain active for up to 16 hours. - No Overnight Usage: To maintain system schedulability, if the environment has been active for over
12 hours
and it's between4-6 AM
, the development environment will be forcibly recycled.