Skip to content

Commit a4437f7

Browse files
committed
revert wrong commits
1 parent aa84dc3 commit a4437f7

File tree

5 files changed

+8
-203
lines changed

5 files changed

+8
-203
lines changed

pages/data-lab/troubleshooting/index.mdx

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,4 @@ meta:
55
content:
66
h1: Distributed Data Lab Troubleshooting
77
paragraph: Troubleshoot common issues with Scaleway Distributed Data Lab.
8-
dates:
9-
posted: 2025-03-13
10-
validation: 2025-03-13
118
---
12-
13-
<ProductHeader
14-
productName="Distributed Data Lab troubleshooting"
15-
productLogo="distributedDataLab"
16-
description="Find resources for resolving issues with Scaleway Distributed Data Lab."
17-
/>
18-
19-
## Featured Pages
20-
21-
<Grid>
22-
<DefaultCard
23-
title="Distributed Data Lab FAQ"
24-
description="General info on Data Labs."
25-
url="/faq/serverless-sql-databases/"
26-
label="See more"
27-
/>
28-
</Grid>
29-
30-
## Distributed Data Lab troubleshooting pages
31-
32-
- [Troubleshooting Distributed Data Lab execution issues](/data-lab/troubleshooting/cannot-run-data-lab/)

pages/serverless-containers/troubleshooting/index.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,12 @@ dates:
1111
categories:
1212
- serverless
1313
---
14-
1514
<ProductHeader
1615
productName="Containers troubleshooting"
1716
productLogo="containers"
1817
description="Find resources for resolving issues with Scaleway Serverless Containers."
1918
/>
20-
2119
## Featured Pages
22-
2320
<Grid>
2421
<DefaultCard
2522
title="Serverless Containers FAQ"
Lines changed: 3 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,8 @@
11
---
22
meta:
33
title: Functions - Troubleshooting
4-
description: Troubleshooting guide for Scaleway Serverless Functions.
4+
description: Find troubleshooting resources for resolving issues with Scaleway Serverless Functions.
55
content:
66
h1: Functions - Troubleshooting
7-
paragraph: Troubleshooting guide for Scaleway Serverless Functions.
8-
dates:
9-
posted: 2025-03-13
10-
validation: 2025-03-13
11-
categories:
12-
- serverless
13-
---
14-
15-
<ProductHeader
16-
productName="Functions troubleshooting"
17-
productLogo="functions"
18-
description="Find resources for resolving issues with Scaleway Serverless Functions."
19-
/>
20-
21-
## Featured Pages
22-
23-
<Grid>
24-
<DefaultCard
25-
title="Serverless Functions FAQ"
26-
description="General info on Serverless Functions"
27-
url="/faq/serverless-functions/"
28-
label="See more"
29-
/>
30-
<DefaultCard
31-
title="Methods to deploy Serverless Functions"
32-
description="Discover several solutions to deploy your Functions."
33-
url="/serverless-functions/reference-content/deploy-function/"
34-
label="See more"
35-
/>
36-
<DefaultCard
37-
title="Functions limitations"
38-
description="Technical limitations of Serverless Functions."
39-
url="/serverless-functions/reference-content/functions-limitations/"
40-
label="See more"
41-
/>
42-
</Grid>
43-
<Grid>
44-
<DefaultCard
45-
title="Serverless Functions billing"
46-
description="Detailed pricing model."
47-
url="/serverless-functions/reference-content/functions-billing/"
48-
label="See more"
49-
/>
50-
<DefaultCard
51-
title="Serverless Functions handler reference"
52-
description="Understand the behavior of handlers."
53-
url="/serverless-functions/reference-content/functions-handlers/"
54-
label="See more"
55-
/>
56-
<DefaultCard
57-
title="Differences between Serverless Jobs, Containers and Functions"
58-
description="Differences between Serverless products."
59-
url="/serverless-functions/reference-content/difference-jobs-functions-containers/"
60-
label="See more"
61-
/>
62-
</Grid>
63-
64-
## Serverless Functions troubleshooting pages
65-
66-
- [I am unable to create a Serverless Functions namespace](/serverless-functions/troubleshooting/cannot-create-namespace/)
67-
- [My secrets and variables are not injected properly in my function](/serverless-functions/troubleshooting/cannot-inject-secret-variable/)
68-
- [My function does not build properly](/serverless-functions/troubleshooting/function-build-error/)
69-
- [My function is in an error state](/serverless-functions/troubleshooting/function-in-error-state/)
70-
- [My function stopped working after a redeploy](/serverless-functions/troubleshooting/function-stopped-after-redeploy/)
71-
- [Unable to find the function handler](/serverless-functions/troubleshooting/handler-not-found/)
72-
- [Tests fail on Serverless Functions](/serverless-functions/troubleshooting/tests-fail-on-function/)
73-
- [I am experiencing timeout errors](/serverless-functions/troubleshooting/timeout-error/)
74-
- [My function fails after trying too many times](/serverless-functions/troubleshooting/too-many-retries/)
7+
paragraph: Find troubleshooting resources for resolving issues with Scaleway Serverless Functions.
8+
---

pages/serverless-jobs/troubleshooting/index.mdx

Lines changed: 1 addition & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -5,65 +5,4 @@ meta:
55
content:
66
h1: Jobs - Troubleshooting
77
paragraph: Troubleshooting guide for Scaleway Serverless Jobs.
8-
dates:
9-
posted: 2025-03-13
10-
validation: 2025-03-13
11-
categories:
12-
- serverless
13-
---
14-
15-
<ProductHeader
16-
productName="Jobs troubleshooting"
17-
productLogo="jobs"
18-
description="Find resources for resolving issues with Scaleway Serverless Jobs."
19-
/>
20-
21-
## Featured Pages
22-
23-
<Grid>
24-
<DefaultCard
25-
title="Serverless Jobs FAQ"
26-
description="General info on Serverless Jobs"
27-
url="/faq/serverless-jobs/"
28-
label="See more"
29-
/>
30-
<DefaultCard
31-
title="Methods to deploy Serverless Jobs"
32-
description="Discover several solutions to deploy your Jobs."
33-
url="/serverless-jobs/reference-content/deploy-job/"
34-
label="See more"
35-
/>
36-
<DefaultCard
37-
title="Jobs limitations"
38-
description="Technical limitations of Serverless Jobs."
39-
url="/serverless-jobs/reference-content/Jobs-limitations/"
40-
label="See more"
41-
/>
42-
</Grid>
43-
<Grid>
44-
<DefaultCard
45-
title="Serverless Jobs billing"
46-
description="Detailed pricing model."
47-
url="/serverless-jobs/reference-content/Jobs-billing/"
48-
label="See more"
49-
/>
50-
<DefaultCard
51-
title="Serverless Jobs handler reference"
52-
description="Understand the behavior of handlers."
53-
url="/serverless-jobs/reference-content/Jobs-handlers/"
54-
label="See more"
55-
/>
56-
<DefaultCard
57-
title="Differences between Serverless Jobs, Containers and Functions"
58-
description="Differences between Serverless products."
59-
url="/serverless-jobs/reference-content/difference-jobs-functions-containers/"
60-
label="See more"
61-
/>
62-
</Grid>
63-
64-
## Serverless Jobs troubleshooting pages
65-
66-
- [My secrets and variables are not injected properly in my job](/serverless-jobs/troubleshooting/cannot-inject-secret-variable/)
67-
- [I cannot retrieve an external image for my job](/serverless-jobs/troubleshooting/cannot-retrieve-external-image/)
68-
- [My Job run is in an error state](/serverless-jobs/troubleshooting/job-in-error-state/)
69-
- [Missing metrics for my Job Run](/serverless-jobs/troubleshooting/missing-metrics/)
8+
---
Lines changed: 4 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,8 @@
11
---
22
meta:
3-
title: Serverless SQL Databases - Troubleshooting
4-
description: Comprehensive guides to troubleshooting Scaleway Serverless SQL Databases.
3+
title: SQL Databases - Troubleshooting
4+
description: Comprehensive guide to troubleshooting Scaleway serverless SQL databases.
55
content:
6-
h1: Serverless SQL Databases - Troubleshooting
7-
paragraph: Comprehensives guide to troubleshooting Scaleway Serverless SQL Databases.
8-
dates:
9-
posted: 2025-03-13
10-
validation: 2025-03-13
11-
6+
h1: SQL Databases - Troubleshooting
7+
paragraph: Comprehensive guide to troubleshooting Scaleway serverless SQL databases.
128
---
13-
14-
15-
<ProductHeader
16-
productName="Serverless SQL Databases troubleshooting"
17-
productLogo="serverlessDB"
18-
description="Find resources for resolving issues with Scaleway Serverless SQL Databases."
19-
/>
20-
21-
## Featured Pages
22-
23-
<Grid>
24-
<DefaultCard
25-
title="Serverless SQL Databases FAQ"
26-
description="General info on Serverless SQL Databases"
27-
url="/faq/serverless-sql-databases/"
28-
label="See more"
29-
/>
30-
<DefaultCard
31-
title="Differences between Serverless Databases and postgreSQL"
32-
description="Known differences with default postgreSQL."
33-
url="/serverless-sql-databases/reference-content/known-differences/"
34-
label="See more"
35-
/>
36-
<DefaultCard
37-
title="Serverless SQL Databases overview"
38-
description="Technical specifications of Serverless SQL Databases."
39-
url="/serverless-sql-databases/reference-content/serverless-sql-databases-overview/"
40-
label="See more"
41-
/>
42-
</Grid>
43-
44-
## Serverless SQL Databases troubleshooting pages
45-
46-
- [Solving connection errors](/serverless-sql-databases/troubleshooting/connection-errors/)
47-
- [Solving Serverless SQL Databases connection timeouts](/serverless-sql-databases/troubleshooting/connection-timeout/)
48-
- [Solving failing manual backup and restore operations](/serverless-sql-databases/troubleshooting/failing-backup-restore/)
49-
- [Solving maximum prepared statements size errors](/serverless-sql-databases/troubleshooting/maximum-prepared-statements-reached/)

0 commit comments

Comments
 (0)