workers-help
pages-help
general-help
durable-objects
workers-and-pages-discussions
pages-discussions
wrangler
coding-help
kv
🦀rust-on-workers
miniflare
stream
general-discussions
functions
zaraz
⚡instant-logs
email-routing
r2
pubsub-beta
analytics-engine
d1-database
queues
workers-for-platforms
workerd-runtime
web3
🤖turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
logs-and-analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows
vite-plugin
pipelines-beta
containers-beta
Has anyone solved this kind of error yet
I'm having an issue with container
instance_type
setting isn't working:
```json
"containers": [
{...i just deployed a very first worker with
Hasura
Guys how do I access env vars set via
wrangler secret put <KEY>
setting it this way
...[ERROR] Making POST request to undefined/api/execute/
@cloudflare/sandbox
, simply running:
```
const sandbox = getSandbox(env.SANDBOX, "sandbox-test");
const result = await sandbox.exec("ls", args ?? []);...browser does see that it's an event-
How long should the containers take to
=> [build 6/6] RUN CGO_ENABLED=0 GOOS=linux go build -o /server 53.4s
=> [build 6/6] RUN CGO_ENABLED=0 GOOS=linux go build -o /server 53.4s
Docker buildx support
docker buildx create
but wrangler is not using it.I don't quite understand what I did, but
wrangler deploy
they all go inactive, but then they pop back up again, presumably because of the alarm triggers đź’€
(just wanted to flush some logs to R2 every 60s)
...
hey all - i am updating from the alpha
.wrangler
after i spin up the app. if i use wrangler dev
i do see it picks up on the container and tries to build it.
i'm on:
wrangler 4.21.2...I'm pushing an update to an existing
wrangler containers push
(though, it was suspiciously fast):
``
⛅️ wrangler 4.21.2
───────────────────
â–˛ [WARNING] đźš§
wrangler containers push` is an open-beta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose...
Follow-up question - is there any good
Is there any flow which would permit
I see this in the FAQ
Container cold starts can often be the 2-3 second range, but this is dependent on image size and code execution time, among other factors.Is this an estimate based on a certain size container?...
@Mike Nomitch - Any suggestion with
I'm trying to deploy just the hello-
npm run dev
it builds and hangs at Starting local server...
. I can access the main page with listen endpoints but navigating to any of them results in 500 errors. All setup using defaults for that template. This is in WSL context.The blog that announced containers are