Skip to content

Commit 151bdb8

Browse files
Merge pull request #119 from depot/docs-sync-updates
Update content from depot/app
2 parents 35e0abb + 562d774 commit 151bdb8

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Diff for: content/github-actions/overview.mdx

+11-3
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,16 @@ You can estimate the potential cost savings by switching to Depot GitHub Action
6363

6464
The **Startup** and **Business** plans have the option to pay for additional GitHub Actions minutes on a per-minute basis. See the [runner type list](/docs/github-actions/runner-types) for the per-minute pricing for each runner type.
6565

66-
#### Cache storage
66+
## Managing GitHub Actions Cache
6767

68-
Our **10x faster** Github Actions Cache implementation is billed at $0.20 per GB of usage. The usage is calculated by taking a snapshot every hour and then averaging out those snapshots over the course of the month.
68+
Our **10x faster** Github Actions Cache implementation is billed at **$0.20 per GB of usage**. The usage is calculated by taking a snapshot every hour and then averaging out those snapshots over the course of the month.
6969

70-
To manage the cache storage, every day we evict any cache entries that have not been used in the past 14 days. We plan to add functionality to allow customers to tweak this number as needed in the future.
70+
### Cache retention policy
71+
72+
When using our GitHub Actions Cache, we store the cache entries in a distributed storage system that is optimized for high throughput and low latency. The cache storage is encrypted at rest and in transit. The **default retention policy** is that we store the cache entries for **14 days** and there is **no limit** on total cache size.
73+
74+
You can configure this retention policy in your Organization Settings to control time based retention and cache size limits.
75+
76+
**Available values for time based retention:** 7, 14 **(default)**, and 30 days
77+
78+
**Available values for size based retention:** 25GB, 50GB, 100GB, 150GB, 250GB, 500GB, No limit **(default)**

0 commit comments

Comments
 (0)