hkdobrev
hkdobrev
CDCloudflare Developers
Created by hkdobrev on 12/21/2024 in #workflows-beta
I'm using workflows and I really like
P.S. receiving individual messages, rather than the entire batch in the workflow is also pretty good
1 replies
CDCloudflare Developers
Created by Nlea on 11/14/2024 in #workers-help
How to access environment variables in Cloudflare Workers when using RPC binding
If anyone is stumbling upon this when using TypeScript, just make sure to define your Env interface and then extend WorkerEntrypoint<Env> this allows this.env to be visible by the ts compiler and to not cause any warnings in development. this exists in other examples, but not in the RPC ones.
3 replies