DanB
CDCloudflare Developers
•Created by DanB on 11/19/2024 in #workers-help
Redundant wrapper in schema created by cli?
In a Cloudflare worker project created from cli, I get a hono server created, and the response to TaskFetch endpoint is described with this openApi schema:
The endpoint returns this:
I'm trying to understand what does
series
in the schema means, because I don't see it in the response.
In the TaskList
endpoint there's also an additional wrapper:
both series
and result
do not appear to be part of the response.:
1 replies
CDCloudflare Developers
•Created by DanB on 5/4/2024 in #general-help
How to control a worker's location
Hi, I'm building a monitoring service based on Workers and durable objects (DO).
DO are used to get per-monitored-resource scheduling.
A common feature of monitoring services is to be able to run probes from different locations and get up time and time measurement per location.
Is there any way to control where a worker or a DO will be executed from?
Thanks
10 replies