jasonkuhrt
CDCloudflare Developers
•Created by jasonkuhrt on 5/29/2024 in #workers-help
How do I send traces from a worker to Grafana Tempo?
It turns out that following the OTEL instructions, not the Tempo instructions, of Grafana Cloud, works.
2 replies
CDCloudflare Developers
•Created by jasonkuhrt on 5/3/2024 in #workers-help
We're using the API to tear down workers but their KV bindings are not being torn down with them.
Yeah doing that manually, now, should work, but there is a "force" option and I'm wondering if that would cause cascade?
5 replies
CDCloudflare Developers
•Created by jasonkuhrt on 4/9/2024 in #workers-help
Queue binding to a deployed queue from my machine?
@James Is anyone working on this at CF? Any roadmap you can share?
6 replies
CDCloudflare Developers
•Created by jasonkuhrt on 4/9/2024 in #workers-help
Queue binding to a deployed queue from my machine?
The CF dashboard for example permits using it as a producer.
6 replies
CDCloudflare Developers
•Created by jasonkuhrt on 4/9/2024 in #workers-help
Queue binding to a deployed queue from my machine?
We're actually interested only in producing from our machine, not adding additional consumers which we know is not possible.
6 replies
CDCloudflare Developers
•Created by jasonkuhrt on 4/3/2024 in #workers-help
How to access worker queue producer bindings in local development?
never mind, we found the problem, it was on our side.
2 replies
CDCloudflare Developers
•Created by jasonkuhrt on 11/7/2023 in #workers-help
Are queue producers and consumers supposed to work in local development with wrangler?
I see, had a TOML config issue, it is working, thank you
4 replies
CDCloudflare Developers
•Created by jasonkuhrt on 11/7/2023 in #workers-help
Are queue producers and consumers supposed to work in local development with wrangler?
So, if I am using
.sendBatch
and then having nothing come through on the worker exported queue
handler, and the worker is setup as a queue producer AND consumer, that would be not normal?4 replies
CDCloudflare Developers
•Created by jasonkuhrt on 11/7/2023 in #workers-help
Are queue producers and consumers supposed to work in local development with wrangler?
Ok
4 replies
CDCloudflare Developers
•Created by jasonkuhrt on 11/6/2023 in #workers-help
wrangler config env queues not working
Ok
8 replies
CDCloudflare Developers
•Created by jasonkuhrt on 11/6/2023 in #workers-help
wrangler config env queues not working
Thanks @kian that indeed seems to work
8 replies
CDCloudflare Developers
•Created by jasonkuhrt on 11/6/2023 in #workers-help
wrangler config env queues not working
wow
8 replies
CDCloudflare Developers
•Created by jasonkuhrt on 11/1/2023 in #workers-help
Need to know the cron trigger time in the worker runtime
ah there is https://developers.cloudflare.com/workers/runtime-apis/handlers/scheduled/#properties event.scheduledTime
2 replies
CDCloudflare Developers
•Created by jasonkuhrt on 5/11/2023 in #workers-help
Worker A binding to Worker B leads to `403` error upon runtime fetch call. Why?
Never mind, I wasn't calling correctly the fetch from the binding.
☑️
3 replies
CDCloudflare Developers
•Created by jasonkuhrt on 5/11/2023 in #workers-help
Worker A binding to Worker B leads to `403` error upon runtime fetch call. Why?
3 replies
CDCloudflare Developers
•Created by jasonkuhrt on 5/10/2023 in #workers-help
I am unable to bind a worker to another worker in local development. env.BINDING is always undefined
Thanks for your help!
23 replies
CDCloudflare Developers
•Created by jasonkuhrt on 5/10/2023 in #workers-help
I am unable to bind a worker to another worker in local development. env.BINDING is always undefined
I was wondering about that. Like would it mock or something. One step at a time was my thinking.
23 replies