Skip to content

Commit 1d4d300

Browse files
committed
docs(DLB): update
1 parent 10a2a17 commit 1d4d300

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

pages/data-lab/how-to/manage-delete-data-lab.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ This page explains how to manage and delete your Distributed Data Lab.
3434
4. From this view, you can:
3535

3636
- Add, consult, or delete tags for your cluster.
37-
- [Delete your Data Lab cluster](/data-lab/how-to/manage-delete-data-lab/#how-to-delete-a-distributed-data-lab).
37+
- Update the number of worker nodes provisioned for your cluster.
38+
<Message type="note">
39+
Provisioning zero worker nodes lets you retain and access you cluster and notebook configurations, but will not allow you to run calculations.
40+
</Message>
41+
- [Delete your Data Lab cluster](/managed-services/data-lab/how-to/manage-delete-data-lab/#how-to-delete-a-distributed-data-lab).
3842

3943
<Message type="note">
4044
Once you have created a Data Lab cluster, you cannot edit its parameters, such as the node type, or its computing resources. You must [create a new Data Lab cluster](/data-lab/how-to/create-data-lab/) instead.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
meta:
3+
title: Troubleshooting Distributed Data Lab execution issues
4+
description: This page helps you troubleshoot problems when you cannot execute calculations with your Distributed Data Lab cluster
5+
content:
6+
h1: Troubleshooting Distributed Data Lab execution issues
7+
paragraph: This page helps you troubleshoot problems when you cannot execute calculations with your Distributed Data Lab cluster
8+
tags: execution run distributed data-lab worker-node error cannot process issue troubleshooting solution
9+
dates:
10+
validation: 2024-10-08
11+
posted: 2024-10-08
12+
categories:
13+
- managed-services
14+
---
15+
16+
<Macro id="requirements" />
17+
18+
- A Scaleway account logged into the [console](https://console.scaleway.com)
19+
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
20+
- A [Distributed Data Lab](/compute/instances/how-to/create-an-instance/)
21+
22+
## Timeout errors
23+
24+
### Problem
25+
26+
Executing calculations within the notebook returns a timeout error after a few minutes.
27+
28+
### Cause
29+
30+
The Distributed Data Lab cluster has zero worker nodes provisioned and cannot raise any resource to perform the required operations.
31+
32+
### Solution
33+
34+
[Edit your cluster configuration](/managed-services/data-lab/how-to/manage-delete-data-lab/) by provisioning at least one worker node to be able to run calculations with it.
35+
36+
<Message type="note">
37+
You can provision zero worker nodes again to retain you cluster and notebook configurations while minimizing its cost.
38+
</Message>
39+

0 commit comments

Comments
 (0)