Skip to content

Commit 0c8cd4a

Browse files
docs(srv): update doc for job runs retention period MTA-6398 (#5430)
1 parent 61ca00f commit 0c8cd4a

File tree

5 files changed

+32
-1
lines changed

5 files changed

+32
-1
lines changed

pages/serverless-jobs/faq.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ Yes, you can use sensitive data such as API secret keys, passwords, TLS/SSL cert
151151
Serverless Jobs can only reference secrets stored in the same [region](/secret-manager/concepts/#region).
152152
</Message>
153153

154+
### How long are job runs stored?
155+
156+
Job runs are retained for a period of 60 days. Refer to the [dedicated troubleshooting page](/serverless-jobs/troubleshooting/cannot-see-old-job-runs/) for more information on how to store job runs for a longer period of time.
157+
154158
## Network and storage
155159

156160
### How can I configure access to a Private Network or Virtual Private Cloud (VPC)?

pages/serverless-jobs/how-to/monitor-job.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Make sure that you have created a Grafana user and [retrieved their username and
4242
- End date
4343
- Duration
4444

45+
<Message type="note">
46+
Previous job runs are retained for a duration of 60 days.
47+
</Message>
48+
4549
3. From the job overview:
4650
- Select the **Logs** tab, then click **Open Grafana logs dashboard** to access the logs of the job.
4751
- Select the **Metrics** tab, then click **Open Grafana metrics dashboard** to access the metrics of the job.

pages/serverless-jobs/reference-content/jobs-limitations.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This section contains usage limits that apply when using Serverless Jobs.
1919
| CPU max | 6 vCPU | Job run |
2020
| Memory max | 16 GB | Job run |
2121
| Timeout | 24h | Job run |
22+
| Job runs history | 60 days | Job run |
2223

2324
## Default values for CPU and memory limits
2425

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: I cannot see old job runs
3+
description: Solve issues encountered while searching for older entries in the job run history of Serverless Jobs
4+
tags: job run history logs older previous entries save period deleted
5+
dates:
6+
validation: 2025-08-20
7+
posted: 2025-08-20
8+
---
9+
10+
## Problem
11+
12+
I cannot see previous job runs in the history of my Serverless Job.
13+
14+
## Cause
15+
16+
Serverless Jobs have a retention period of 60 days for job runs history. Older job runs are not visible.
17+
18+
## Possible solutions
19+
20+
You can use the [Scaleway Serverless Jobs API](https://www.scaleway.com/en/developers/api/serverless-jobs/#path-job-runs-list-all-job-runs-with-filters) or the [Scaleway CLI](https://cli.scaleway.com/jobs/#list-all-job-runs-with-filters) to periodically list and save previous job runs for archival purposes.
21+
22+
Refer to the [dedicated documentation](/serverless-jobs/how-to/automate-resources-management/) for more information on how to automatically save job runs on a recurring schedule.

pages/serverless-jobs/troubleshooting/missing-metrics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dates:
99

1010
## Problem
1111

12-
I can't see metrics partially or totally for my Serverless Job.
12+
I cannot see metrics partially or totally for my Serverless Job.
1313

1414
## Cause
1515

0 commit comments

Comments
 (0)