rodrigo
Explore posts from serversCDCloudflare Developers
•Created by omar4289 on 10/19/2023 in #workers-help
Workers account limit
Is there a max traffic estimate (for the 500 worker limit)? when do you recommend to switch to an enterprise plan?
7 replies
CDCloudflare Developers
•Created by rodrigo on 1/7/2024 in #workers-help
Custom Markdoc's components work on local with wrangler but fail online with Pages
@sergiodxa I've followed your guide to implement Markdoc components, and it works locally, but I get this error when deploying on CF Pages. Have you make it work on CF? thx
https://sergiodxa.com/articles/parse-markdown-with-markdoc-in-remix
2 replies
CDCloudflare Developers
•Created by rodrigo on 10/2/2023 in #workers-help
Stripe with Remix 2.0
Should we open a issue on Stripe github to track down all these bugs?
9 replies
CDCloudflare Developers
•Created by rodrigo on 10/2/2023 in #workers-help
Stripe with Remix 2.0
They might need to update it to make it work with Remix 2.0, because it's supposed to work with Workers.
https://blog.cloudflare.com/announcing-stripe-support-in-workers/
9 replies
CDCloudflare Developers
•Created by rodrigo on 7/25/2023 in #general-help
Call Azure function from a Worker
ok, I got messed up with the webhook. I think I understand what you mean! thx
7 replies
CDCloudflare Developers
•Created by rodrigo on 7/25/2023 in #general-help
Call Azure function from a Worker
So if I need to return a value and it takes long... it hast to be via a webhook? Is there any other solution?
7 replies
CDCloudflare Developers
•Created by rodrigo on 7/25/2023 in #general-help
Call Azure function from a Worker
Ok, I see. ... It's just a
fetch
to an external API, right?
But how to await
for the response if it takes too long? with waitUntil
?
And because waitUntil
doesn't return anything if I want to get the response from and external API I'd have to set up a webhook in Remix to 'listen' to it?7 replies