[Bug]: Seeing The deployment failed: TIME_LIMIT error
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
- Run 'deno task build' to pre-package tailwind.
- Run 'deployctl deploy' to deploy
- 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
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
Just tried again, same machine, no changes to code, and it worked. So, appears it was a temporary Deno-Deploy-side issue.
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.