Skip to content

Commit f38cbc5

Browse files
SamyOubouazizjcirinosclwynerda-codes
authored
Apply suggestions from code review
Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> Co-authored-by: Néda <87707325+nerda-codes@users.noreply.github.com>
1 parent b19f9cc commit f38cbc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Scaleway's Serverless Jobs allows you to create jobs from several container [reg
5858
- Customize the ephemeral storage for your job according to your requirements. The data stored in your job is not retained once it is finished.
5959
</TabsTab>
6060
<TabsTab label="Execution">
61-
1. Add [commands and arguments](/serverless-jobs/concepts/#commands-and-arguments) to your job. they will be executed every time your job is run.
61+
1. Add [commands and arguments](/serverless-jobs/concepts/#commands-and-arguments) to your job. They will be executed every time your job is run.
6262
2. Set a **maximum duration** to your job to stop it automatically if it does not complete within this limit.
6363
</TabsTab>
6464
</Tabs>

pages/serverless-jobs/how-to/migrate-startup-command-to-command-args.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to migrate from startup command to command and arguments
3-
description: How to migrate from the legacy startup command system to the modern commands and arguments for Scaleway Serverless Jobs.
3+
description: Learn how to migrate from the legacy startup command system to the modern commands and arguments for Scaleway Serverless Jobs.
44
tags: containers
55
dates:
66
validation: 2025-12-23
@@ -9,7 +9,7 @@ dates:
99

1010
import Requirements from '@macros/iam/requirements.mdx'
1111

12-
The Serverless Jobs `v1alpha2` API introduces a new startup execution mechanism based on [commands and arguments](/serverless-containers/concepts/#commands-and-arguments), replacing the legacy startup command.
12+
The Serverless Jobs `v1alpha2` API introduces a new startup execution mechanism based on [commands and arguments](/serverless-containers/concepts/#commands-and-arguments), replacing the legacy startup command.
1313

1414
The Scaleway console allows you to quickly and easily migrate your existing jobs to the new system.
1515

0 commit comments

Comments
 (0)