---
title: How to manage the retries of a Serverless Job
description: Manage job retries efficiently in Scaleway Serverless.
tags: jobs serverless-jobs retries
dates:
  validation: 2026-06-15
  posted: 2026-06-15
---
import Requirements from '@macros/iam/requirements.mdx'


The retry option lets you define how many times a Serverless Job automatically retries on failure. A retry is triggered whenever a job run ends in a `failed` status, regardless of the exit code returned by the runtime.

- **Retried** — job runs in a `failed` status, including those that fail with a `null` exit code (e.g., platform mismatch or other infrastructure-side error).
- **Not retried** — job runs in an `interrupted` status. Retry on `interrupted` is not yet supported.

Once the job reaches the maximum number of failed retries, it is permanently marked as `failed`.

<Requirements />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- [Created a Serverless Job](/serverless-jobs/how-to/create-job/)

1. Click **Jobs** in the **Serverless** section of the side menu. The jobs page displays.

2. Click the name of the job you want to manage, then click the **Settings** tab.

3. Scroll down to the **Configure advanced options** section, then click the **Retries** tab.

4. Set the number of times the job retries on failure. The default value is 0, and the maximum value is 5.
