Sam
Explore posts from serversCDCloudflare Developers
•Created by Diogo Ferreira on 11/11/2024 in #workflows-beta
Latency issues
Is the solution I proposed the way to deal with this problem today?
16 replies
CDCloudflare Developers
•Created by Diogo Ferreira on 11/11/2024 in #workflows-beta
Latency issues
and this approach basically means if I have 5 workflows for example i can have 500 requests running at once instead of 100
16 replies
CDCloudflare Developers
•Created by Diogo Ferreira on 11/11/2024 in #workflows-beta
Latency issues
Basically what Im asking is if I do what you just said will it scale the worker compute as much as is needed automaticaly (providing I make sure my non cloudflare resources are setup for it e.g. postgres db)
16 replies
CDCloudflare Developers
•Created by Diogo Ferreira on 11/11/2024 in #workflows-beta
Latency issues
Do i need to care about worker concurrency also or is that handled by the workflow itself?
16 replies
CDCloudflare Developers
•Created by Diogo Ferreira on 11/11/2024 in #workflows-beta
Latency issues
So effectively create multiple workflows that do the same thing then randomly distribute to a pool of workflows @Diogo Ferreira ?
16 replies
CDCloudflare Developers
•Created by nclevenger on 11/11/2024 in #queues
Queues
Did you also try using a cloudflare worker as a pull consumer instead of the default push consumer approach?
8 replies
CDCloudflare Developers
•Created by nclevenger on 11/11/2024 in #queues
Queues
assume this will scale 250 consumer workers per queue? so 10 queues = up to 2500 workers
8 replies
CDCloudflare Developers
•Created by nclevenger on 11/11/2024 in #queues
Queues
How do you manage know whether a queue is "at capacity" or do you just randomly distribute?
8 replies
CDCloudflare Developers
•Created by favo on 7/10/2024 in #workers-help
Rate Limit not limitting
Did you find a solution @favo ?
9 replies
CDCloudflare Developers
•Created by Diogo Ferreira on 11/11/2024 in #workflows-beta
Latency issues
I queued 900,000 requests (to cf queues) last night because of the issues with workflows
It took 10 hours to finish even with the worker concurrency maxed out at 250 workers
16 replies
CDCloudflare Developers
•Created by nclevenger on 11/11/2024 in #queues
Queues
Multiple queue for the same task? Is there not a better way than that?
8 replies
CDCloudflare Developers
•Created by Sam on 11/9/2024 in #workers-help
Latency when proxing api calls from my cf worker -> my vps
(And anyone else who needs access to this)
4 replies
CDCloudflare Developers
•Created by Sam on 11/9/2024 in #workers-help
Latency when proxing api calls from my cf worker -> my vps
Yes will dm you 🙏🏻
4 replies
CDCloudflare Developers
•Created by nclevenger on 11/11/2024 in #queues
Queues
Just one queue!
8 replies
CDCloudflare Developers
•Created by Diogo Ferreira on 11/11/2024 in #workflows-beta
Latency issues
So I’m also curious how worker concurrency can scale beyond 250 workers in queues as a side note if you have a connection to queues team also @Diogo Ferreira
Workflows is the ideal product for me (for this use case not queues) but I do understand it’s in beta. So I’m open minded to using either.
16 replies