What exactly are you measuring, the time when making a request to an inactive instance?
What exactly are you measuring, the time when making a request to an inactive instance?
Failed to start container: The container is not listening in the TCP address 10.0.0.1:1337
localhost should be better?docker build locally and docker run locally to make sure my Dockerfile works.

Failed to start container: The container is not running, consider calling start()HOST_PORT I'm using rancher desktop. And my docker file builds correctly and is usable on its own. But when running wrangler dev then hitting the endpoint I see the container start up in rancher, but the HOST_PORT is not what I would expect it to be. I'm assuming that's why I can't connect when using the local worker. I really appreciate any insight y'all may have.
Image already exists remotely, skipping push. If you delete the image from Docker Desktop and run deploy you will run into the same error. This explains why it always fails in ci.Failed to start container: The container is not listening in the TCP address 10.0.0.1:1337docker builddocker runDockerfileFailed to start container: The container is not running, consider calling start()HOST_PORTHOST_PORT--- 2025-08-22T00:33:52.056Z debug
Checking for local image registry.cloudflare.com/<account-id>/rust-task-container-staging:90ba2969 failed with error: Expected there to only be 1 valid digests for this repository: registry.cloudflare.com/<account-id>/rust-task-container-staging but there were 0
---
--- 2025-08-22T00:34:28.883Z log
---
--- 2025-08-22T00:34:28.934Z error
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mError rolling out application rust-task-container-staging due to an internal error (request id: undefined): Internal Server Error[0m
---
--- 2025-08-22T00:34:28.935Z debug
Error: Error rolling out application rust-task-container-staging due to an internal error (request id: undefined): Internal Server Error
at apply (/Users/myname/projects/work/utc/apps/edge-service/node_modules/wrangler/wrangler-dist/cli.js:64300:17)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async deployContainers (/Users/myname/projects/work/utc/apps/edge-service/node_modules/wrangler/wrangler-dist/cli.js:64435:5)
at async deploy (/Users/myname/projects/work/utc/apps/edge-service/node_modules/wrangler/wrangler-dist/cli.js:152882:5)
at async Object.handler (/Users/myname/projects/work/utc/apps/edge-service/node_modules/wrangler/wrangler-dist/cli.js:80948:66)
at async Object.handler (/Users/myname/projects/work/utc/apps/edge-service/node_modules/wrangler/wrangler-dist/cli.js:77880:7)
---Image already exists remotely, skipping push[[env.production.containers]]
max_instances = 10
class_name = "ForumFullscanContainer"
image = "./containers/forum-fullscan/ForumFullscanDockerfile.dockerfile"
[[env.production.durable_objects.bindings]]
name = "FORUM_FULLSCAN_CONTAINER"
class_name = "ForumFullscanContainer"