---
title: My Job run is in an error state
description: Troubleshoot error states for your Scaleway Serverless Jobs.
tags: serverless jobs troubleshooting issue error state message
dates:
  validation: 2025-11-18
  posted: 2024-11-06
---

## Problem

My job run is in an error state.

## Possible solutions

- Make sure that you have built your image for an `amd64` architecture, as `arm64` is not supported. See the [Architecture](/serverless-jobs/reference-content/jobs-limitations/#architecture) documentation for more information.

- Make sure that your deployment does not exceed the limitations of [Serverless Jobs](/serverless-jobs/reference-content/jobs-limitations/).

- Make sure to use the correct permissions when other products are involved - see the [permissions and product dependencies documentation](/serverless-jobs/how-to/run-job/#permissions-and-product-dependencies).
