Skip to content

Commit dc07414

Browse files
committed
docs(srv): update
1 parent b633b33 commit dc07414

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

macros/serverless-jobs/automate-resources-management.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ import Requirements from '@macros/iam/requirements.mdx'
77

88
[Scaleway Serverless Jobs](/serverless-jobs/quickstart/) allows you to create and automate recurring tasks. This page shows how to create jobs to perform any operation available with the [Scaleway CLI](https://github.com/scaleway/scaleway-cli/blob/master/docs/commands/config.md) to automate the management of your Scaleway resources.
99

10+
<Message type="note">
11+
To automate complex commands, such as piped or `xargs` commands, refer to the [dedicated documentation](/serverless-jobs/how-to/execute-complex-commands/).
12+
</Message>
13+
1014
Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not need autoscaling or exposure via a web server. Refer to the [documentation on differences between jobs, containers, and functions](/serverless-jobs/reference-content/difference-jobs-functions-containers/) for more information.
1115

1216
<Requirements />
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: My job run fails when executing the startup command
3+
description: Troubleshoot job run failures due to startup commands for your Scaleway Serverless Jobs.
4+
tags: serverless jobs troubleshooting issue error state message fail execution log faliure does not run command
5+
dates:
6+
validation: 2025-08-20
7+
posted: 2025-08-20
8+
---
9+
10+
## Problem
11+
12+
My job run fails due to its startup command.
13+
14+
## Cause
15+
16+
Complex commands, such as piped or `xargs` commands may lead to failures due to techical limitations of Serverless Jobs.
17+
18+
## Possible solutions
19+
20+
You can bypass this issue by using [Secret Manager](/secret-manager/) to pass complex commands in a shell script file via a [secret reference](/serverless-jobs/concepts/secrets-references). Refer to the [dedicated documentation](/serverless-jobs/how-to/execute-complex-commands/) for more information.

0 commit comments

Comments
 (0)