MetalGear
MetalGear
Explore posts from servers
CDCloudflare Developers
Created by MetalGear on 5/15/2024 in #workers-help
Uncaught Error: Dynamic require of "cloudflare:workers" is not supported
service core:user:auth: Uncaught Error: Dynamic require of "cloudflare:workers" is not supported. Does anyone know why my worker is throwing this error while trying to use the new rpc service bindings between 2 workers
1 replies
CDCloudflare Developers
Created by MetalGear on 5/15/2024 in #pages-help
React Server Components support?
Does cloudflare pages support the latest react 18/19 features like server components? Anything that is not supported that I should know about
2 replies
CDCloudflare Developers
Created by MetalGear on 5/14/2024 in #general-help
temporal io or others for cloudflare workers
Having built a MVP on cloudflare workers in the past and then going to explore other ways to build my actual product I keep finding myself loving cloudflare but only if we had a established way to use something like temporal io. I know inngest exists and they seem hard at work at trying to fill this gap but I personally am very hesitant to rely on small companies, on discord I couldn’t help but notice multiple reports of things like 500ms latency and random bugs like steps not throwing a failure kind of making my fears more valid. I am building a hotel booking system and have figured out how I want to do everything but durable execution. Any tips
1 replies
CDCloudflare Developers
Created by MetalGear on 9/12/2023 in #workers-help
What Architecture on workers?
Does anyone have any good articles on architecture guides for someone trying to use only cloudflare services for a saas. Like I’m building a MVP and love keeping it simple for my backend using only workers with durable objects and hono. My backend basically is either saving things to do storage or it’s calling 3rd party api for iot device to perform action which can take 2seconds. I can very quickly reach the execution time limits doing multiple of those so now I realize I hit a bottleneck and after some thought realize that queues were the solution to that bottleneck where I break up each event into separate calls. But now I have a problem because any backend architecture I find online i struggle to relate it to cloudflare. My ultimate question is: is there any material to learn what type of architecture or setup does cloudflare recommend for someone like me a one man team building a saas that is gaining interest at really early stages
5 replies