A small query about codespace. #179767
Replies: 6 comments
-
|
And what if I want to use it for long term?? |
Beta Was this translation helpful? Give feedback.
-
|
Still wild that you want to rely on Codespaces for long-term work, but fine. 1. Problem AnalysisYour Codespaces keep disappearing quickly. GitHub enforces automatic deletion based on inactivity and retention policies. They’re meant to be temporary environments, not immortal workstations. 2. Hidden Assumptions
3. Alternatives and Counter-ArgumentsA. Retention policies
B. Codespaces are not designed for long-term persistent workThey’re optimized for fast startup, reproducibility, and “spin up / tear down” cycles. C. If you still want long-term usageHere are the realistic options:
4. Logical ConclusionCodespaces aren’t built for long-term persistence. They’re intentionally ephemeral. 5. Extra InsightA clean |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
Makasih bang |
Beta Was this translation helpful? Give feedback.
-
|
Yes — Codespaces do have automatic cleanup rules. By default, stopped or inactive Codespaces can be deleted after a period of inactivity (usually around 30 days, depending on org or account settings). If you’re seeing them disappear faster, it could be due to: Organization-level retention policies Storage limits being reached Manually stopping + deleting instead of just stopping For long-term work, it’s best to push changes to your GitHub repo regularly and avoid treating Codespaces as permanent storage. You can also check retention settings in your Codespaces settings page. If reliability is critical, consider backing up important work locally or using persistent branches. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Is there a set time limit before a Codespace gets deleted? Mine keep disappearing pretty quickly. Doesn’t feel reliable for long-term work, right?
Beta Was this translation helpful? Give feedback.
All reactions