workers-help
pages-help
general-help
durable-objects
workers-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
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
I am sitting here reading about
is it possible to send transactional
> So i am expecting for the same request
So i am expecting for the same request with in my window of an hr, the 2nd fetch response would be taken from the cache not go to make another http request correct ?Cache by default is per colo/cf dc, and some Cloudflare Points of Presence even have multiple colos, so you might be routed to a different one/different visitors will certainly be, and get MISS's, plus TTL is just a max and CF may evict it far before then based on access frequency.
if this is the case why for every fetch request i do the worker gets called and returns the response?The worker will always be invocation/run on every request, even if using cache
How can i validate that this is from the cache or not?...
Langchain Support on Cloudflare Workers
Wrong link to triggers in DNS settings to bound worker triggers
Have a fun one for the Workers team...
Router
instance is a Proxy
, with a fetch
method. This matches the expected { fetch }
signature that Cloudflare or Bun expect. However, CF is having issues with the Proxy (Bun is fine with it, for comparison).
...Workers as your fallback origin · Cloudf...
```[wrangler:err] Error: No fetch
[wrangler:err] Error: No fetch handler responded and no upstream to proxy to specified.
[wrangler:err] Error: No fetch handler responded and no upstream to proxy to specified.
Hey I wanted to setup billing
GitHub - devondragon/workers-users: Clou...
Service Binding in Cloudflare Workers
someone answer?
but its running on ec2 instace now i
Cache key
fetch
, one of the enterprise features is to cache the fetch by a specific cacheKey, although for non-enterprise customers, what is the cache key instead? the URL ? or the request object as a whole?Cloudflare Worker is waiting for the
Hey! I would like to get some feedback.
example.com
, and I want a few workers to serve the content of my sites:
- shop.example.com
-> Remix app on worker
- dashboard.example.com
-> Remix app on worker
- example.com/auth
-> Remix app on worker...Mailchannels X MailFrom / From / Return-Path
Hi, is there any way to request
Yes, you can write it locally, but afaik