FluidPrompter
FluidPrompter
CDCloudflare Developers
Created by Fiskn on 5/14/2024 in #pages-help
UI Alerts after disconnecting git integration on pages project.
I'm having similar trouble - and can't figure out how to remove the github connection in order to switch to github actions based build pipeline.
2 replies
CDCloudflare Developers
Created by FluidPrompter on 3/9/2025 in #queues
Where do queue consumers execute? I've
I've been doing a bunch of domain-driven-design (DDD) and event-driven-architecture (EDA) courses recently and trying to model my cloudflare workers using those patterns. It's going really well, but I haven't yet decided how to handle/broker domain events (application events that may trigger some other services/workers to do something). Domain events could be pushed onto various queues, they could be published to a pubsub style broker, and what I might actually do is an "application internal broker" which just routes the events within the workers via some static code for simplicity and so the consumers of those domain events will be executing in the same datacenter as the producer of those events (if I need it somewhere else then the service can delegate to a DO).
6 replies
CDCloudflare Developers
Created by FluidPrompter on 3/9/2025 in #queues
Where do queue consumers execute? I've
Thanks for your response @Pranshu Maheshwari! To date our entire backend is 1 cloudflare worker. I'm trying to separate it into multiple CF worker "microservices". I'm still learning various patterns and techniques and may do it all "in-process" with Worker RPC. But it did seem like cloudflare queues and cloudflare pubsub are two products that would be great for composable architecture with a bunch of services. However it seems like neither one is quite ready for primetime yet.
6 replies