Max
Max
CDCloudflare Developers
Created by Adi on 5/1/2024 in #workers-discussions
smart placement + RPC
This limitation will be around for a little while, but smart placement and service bindings are intended to complement each other and we definitely want to get these working together.
2 replies
CDCloudflare Developers
Created by Chief on 4/6/2024 in #workers-discussions
Cron Triggers Pricing
There's no additional cost associated with using cron triggers. One cron invocation is equivalent to one request: https://developers.cloudflare.com/workers/platform/pricing/#workers
1 replies
CDCloudflare Developers
Created by arcoraven on 2/7/2024 in #workers-discussions
Hi, I'm looking into Smart Placement and
Smart Placement is free, and there are no plans to charge for it in the future
2 replies
CDCloudflare Developers
Created by Adi on 2/1/2024 in #workers-discussions
smart placement with R2
When you say "it would be nice if we had the choice," are you talking about D1 always dictating the placement, or being able to pick a placement location yourself?
9 replies
CDCloudflare Developers
Created by Adi on 2/1/2024 in #workers-discussions
smart placement with R2
Are there plans to improve this behaviour soon?
Not in the short term unfortunately.
9 replies
CDCloudflare Developers
Created by Adi on 2/1/2024 in #workers-discussions
smart placement with R2
Currently, yes, smart placement only looks at requests made with fetch and ignores requests made with bindings (I'm assuming you're using an R2 binding here)
9 replies
CDCloudflare Developers
Created by sathoro on 12/1/2023 in #workers-discussions
I shouldn't have enabled it anyways,
The issue with using smart placement and durable objects together has been fixed. Please let me know if you see more errors related to this.
3 replies
CDCloudflare Developers
Created by sathoro on 12/1/2023 in #workers-discussions
I shouldn't have enabled it anyways,
For splitting up large applications, we recommend using service bindings: https://developers.cloudflare.com/workers/configuration/smart-placement/#best-practices
3 replies
CDCloudflare Developers
Created by sathoro on 12/1/2023 in #workers-discussions
I shouldn't have enabled it anyways,
There is a known issue with using smart placement and durable objects together that we're working on. I would recommend keeping smart placement off for now.
3 replies
CDCloudflare Developers
Created by nickchomey on 11/16/2023 in #workers-help
Smart Placement and Service Bindings
Yes, this is possible and in fact a recommended application structure: https://developers.cloudflare.com/workers/configuration/smart-placement/#best-practices
3 replies