Skip to content

Commit ee1b160

Browse files
thomas-tacquetldecarvalho-docjcirinosclwy
authored
feat(jobs): troubleshooting missing metrics (#4130)
* feat(jobs): troubleshooting missing metrics * note * Apply suggestions from code review Co-authored-by: ldecarvalho-doc <[email protected]> * Apply suggestions from code review Co-authored-by: Jessica <[email protected]> --------- Co-authored-by: ldecarvalho-doc <[email protected]> Co-authored-by: Jessica <[email protected]>
1 parent f02b586 commit ee1b160

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
meta:
3+
title: Missing metrics for my Job Run
4+
description: Troubleshoot missing metrics for Scaleway Serverless Jobs.
5+
content:
6+
h1: Missing metrics for my Job Run
7+
paragraph: Troubleshoot missing metrics for Scaleway Serverless Jobs.
8+
tags: serverless jobs troubleshooting issue missing metrics
9+
dates:
10+
validation: 2024-12-19
11+
posted: 2024-12-19
12+
categories:
13+
- serverless
14+
---
15+
16+
## Problem
17+
18+
I can't see metrics partially or totally for my Serverless Job.
19+
20+
## Cause
21+
22+
Metrics for Serverless Jobs are technically limited for very short jobs under `15` seconds.
23+
24+
## Possible solutions
25+
26+
- If your job takes more than `15` seconds and metrics are still missing, it can be due to a [scheduled maintenance](https://status.scaleway.com/). If this is not the case, you can open a support ticket to report the issue.
27+
- For very short jobs, you can add `sleep` to your workflow if you need the metrics.

0 commit comments

Comments
 (0)