Can Workers have both RPC calls and cron triggers? (e.g. both a WorkerEntrypoint class for RPC and a
Can Workers have both RPC calls and cron triggers? (e.g. both a WorkerEntrypoint class for RPC and a scheduled function for cron)
Maximum object size of 512KB. Does this mean I can cache 10s of thousands of fetch responses as long as each response is under the 512KB in size? What are the limits here?Does this mean I can cache 10s of thousands of fetch responses as long as each response is under the 512KB in size? What are the limits here?If they're unpopular they're going to be evicted far before a long ttl. There's no exact hard limit of items you can cache or anything because of that. There's just no guarantees they'll survive any amount of time. Additionally cache is entirely per cloudflare point of presence and not global


textLabelMatch (Lable -> Label)?
pages_build_output_dir and cannot set main in wranger.tomlcolo field refer to the Couldflare Server where the worker ran and city refers to the city where the request was made from?
# Step to install Bun using the official oven-sh GitHub Action
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest # You can use "latest" or a specific version