1
0
mirror of synced 2025-12-21 19:06:49 -05:00

Add timeouts article

This commit is contained in:
hubwriter
2022-04-19 18:19:11 +01:00
parent 2380a64db1
commit 9b6ced0aed
10 changed files with 115 additions and 18 deletions

View File

@@ -12,6 +12,8 @@ shortTitle: Set the timeout
A codespace will stop running after a period of inactivity. You can specify the length of this timeout period. The updated setting will apply to any newly created codespace.
Some organizations may have a maximum idle timeout policy. If an organization policy sets a maximum timeout which is less than the default timeout you have set, the organization's timeout will be used instead of your setting, and you will be notified of this after the codespace is created. For more information, see "[Restricting the idle timeout period](/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period)."
{% warning %}
**Warning**: Codespaces are billed per minute. If you are not actively using a codespace but the codespace has not yet timed out, you are still billed for the time that the codespace is running. For more information, see "[About billing for Codespaces](/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces#codespaces-pricing)."