App Management GraphQL API returning HTTP 429 error during shopify app deploy

I have reproduced the issue on the latest CLI version.

Yes, I am on the latest version

I have searched existing posts and this report is not a duplicate.

Yes, this isn’t a duplicate

In which of these areas are you experiencing a problem?

Theme

Expected behavior

It should deploy the latest theme extension to shopify cdn.

Actual behavior

Failed deployment with this error:
The App Management GraphQL API responded unsuccessfully with the HTTP status 429

Reproduction steps

run the command “shopify app depoy” after making some changes in the theme extension

Verbose output

errors:{}

Operating system

Windows 11

CLI version

3.88.1

Shell

powershell

Nodejs version

v22.20.0

What language and version are you using in your application?

Remix

Hi @srithin_camweara

This error is typically shown when you hit a rate limit - are you running deploy frequently? If you wait and run again is it succeeding?

Whats are the limit exactly?
Is there a documented page about it?
Where and how can I check my current limit?

Is this rate limiting in deployment feature is a new things?

Thank you in advance!

Ákos

Hi again @Akos_Paska

Digging into what the exact rules are around limiting in a deployment context but can you confirm if you’re seeing this error EVERY time you run app deploy?

If you run shopify app deploy --no-release do you see this issue still?