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
analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows-beta
Gotcha - ok, thank you! I'll do some
fetch()
.can someone confirms AsyncLocalStorage
Hey!
Workers RPC — Lifecycle · Cloudflare Wor...
An RPC stub was not disposed properly. You must call dispose() on all stubs in order to let the other side know that you are no longer using them. You cannot rely on the garbage collector for this because it may take arbitrarily long before actually collecting unreachable objects. As a shortcut, calling dispose() on the result of an RPC call disposes all stubs within it.
I see that step.do
expects to return Rpc.Serializable<unknown>
, so I did a little bit of reading about the RPC lifecycle here and found that in the context of Worker Service Bindings, you should either use the experimental using
syntax, or explicitly call object[Symbol.dispose]()
.
...Hi folks - having some trouble with
const wf = await MY_WORKFLOW.get(id)
and then await wf.status()
should return errors, but they are always empty....is `npx wrangler types` supposed to work
npx wrangler types
supposed to work for workflows?
wrangler.toml: services = [{ binding = "WORKFLOW_PROCESS_TRANSACTIONS", service = "money" }]
wrangler version: wrangler 3.107.3
generated interface, WORKFLOW_PROCESS_TRANSACTIONS should be Workflow?
```...Workflow limits
Hi all. Is it possible to pause/resume
Error handling seems quite complex. I
I'm getting this error with the
Flowcesinha
Can you share more details? What does
CPU/Memory Limit error message
I've started playing with workflows, and
I'm using workflows and I really like
Workers Observability <> Workflows
On your first point, not necessarily,
DLQ Equivalent