AlexanderKaran
AlexanderKaran
CDCloudflare Developers
Created by AlexanderKaran on 11/21/2023 in #pages-help
How do I get service binding to work locally
If I downgrade to wrangler 3.15.0 from 3.16.0 it works in the remix project
2 replies
CDCloudflare Developers
Created by AlexanderKaran on 10/18/2023 in #workers-help
Subdomain Routes With Multiple Workers
Your the best ha
6 replies
CDCloudflare Developers
Created by AlexanderKaran on 10/18/2023 in #workers-help
Subdomain Routes With Multiple Workers
Thank you so much lol
6 replies
CDCloudflare Developers
Created by AlexanderKaran on 10/18/2023 in #workers-help
Subdomain Routes With Multiple Workers
What would I point that two as I have multiple workers?
6 replies
CDCloudflare Developers
Created by AlexanderKaran on 10/14/2023 in #workers-help
Multi Workers For API - Use one worker as main router or use Cloudflare routes?
Thanks
6 replies
CDCloudflare Developers
Created by AlexanderKaran on 10/14/2023 in #workers-help
Multi Workers For API - Use one worker as main router or use Cloudflare routes?
Got it working with routes, will get rid of the first worker lol
6 replies
CDCloudflare Developers
Created by AlexanderKaran on 10/14/2023 in #workers-help
Multi Workers For API - Use one worker as main router or use Cloudflare routes?
I did try the Routes option but it did not seem to work, is there a guide for setting up workers on different sub routes?
6 replies
CDCloudflare Developers
Created by AlexanderKaran on 10/14/2023 in #workers-help
Multi Workers For API - Use one worker as main router or use Cloudflare routes?
It is a large API and they will not all fit in one. For example some of the stuff happening in the carbon emission section is pretty heavy
6 replies
CDCloudflare Developers
Created by AlexanderKaran on 10/13/2023 in #general-help
Building an API across multiple workers
Thanks Kian
16 replies
CDCloudflare Developers
Created by AlexanderKaran on 10/13/2023 in #general-help
Building an API across multiple workers
Yeah going to have to split this up lol
16 replies
CDCloudflare Developers
Created by AlexanderKaran on 10/13/2023 in #general-help
Building an API across multiple workers
Cool
16 replies
CDCloudflare Developers
Created by AlexanderKaran on 10/13/2023 in #general-help
Building an API across multiple workers
What is a workers limit and thank you so much for the advice so far
16 replies
CDCloudflare Developers
Created by AlexanderKaran on 10/13/2023 in #general-help
Building an API across multiple workers
Is there a best practice on sharing code between workers or is all in one repo using pnpm good?
16 replies
CDCloudflare Developers
Created by AlexanderKaran on 10/13/2023 in #general-help
Building an API across multiple workers
I just can't see an API this size fitting all into one worker especialy due to the logic that needs to happen in endpoints (carbon and emission tracking)
16 replies
CDCloudflare Developers
Created by AlexanderKaran on 10/13/2023 in #general-help
Building an API across multiple workers
I was thinking of splitting each route into its own worker i.e /users -> all sub routes and actions in one worker /accounts -> all sub routes and actions in another worker
16 replies