deploy_feedback icon indicating copy to clipboard operation
deploy_feedback copied to clipboard

[Bug]: Seeing The deployment failed: TIME_LIMIT error

Open joeldrotleff opened this issue 9 months ago • 3 comments

Problem description

This happens when I try to deploy my project (Fresh app) via CLI from my dev machine. It was working earlier today. The build log says:

... Downloaded https://esm.sh/[email protected]/denonext/devtools.mjs Downloaded https://esm.sh/[email protected]/denonext/debug.mjs Packaging complete Error The deployment failed: TIME_LIMIT <End of log>

Steps to reproduce

  1. Run 'deno task build' to pre-package tailwind.
  2. Run 'deployctl deploy' to deploy
  3. Notice: Deployment errors out

Expected behavior

Deployment should work

Environment

Deno: 2.2.3 deployctl: 1.13.1

Possible solution

No response

Additional context

No response

joeldrotleff avatar Mar 10 '25 07:03 joeldrotleff

Same here with a project that previously had no problem deploying, but has been hitting TIME_LIMIT since today. Since no significant code change was done on my end today, I'm assuming it's a temporary problem on the Deno Deploy side.

❯ deno --version                                                                                                             
deno 2.2.2 (stable, release, aarch64-apple-darwin)
v8 13.4.114.9-rusty
typescript 5.7.3

∅ deployctl --version      
A new release of deployctl is available: 1.12.0 -> 1.13.1
To upgrade, run `deployctl upgrade`
https://github.com/denoland/deployctl/releases/tag/1.13.1

deployctl 1.12.0

Image

LER0ever avatar Mar 10 '25 08:03 LER0ever

Just tried again, same machine, no changes to code, and it worked. So, appears it was a temporary Deno-Deploy-side issue.

joeldrotleff avatar Mar 10 '25 16:03 joeldrotleff

I'm still having this problem. It does seem to eventually deploy it's it's really really slow and because the command fails it breaks our CI.

mfrancis107 avatar Mar 10 '25 18:03 mfrancis107