How can we use cloudflare queue or workflow to process my users campaign where each campaign can sen
How can we use cloudflare queue or workflow to process my users campaign where each campaign can send 50k to 100k messages
i want to schedule to a later date that i can do myself
i want to know if queue will be best or workflow will be best for this scenario
because i think if i send 100k messages then each msg in a queue will be a batch of 500 msg, then other users have to wait until 1 user campaign is over even if we have concurrency for 4-5
whereas in workflow we can invoke as many instances upto 4500 and queue other ones and each workflow can have multiple steps ( so i think it can run in parallel for 4500 campaigns)
what will be best? i am really confused, please help
i want to schedule to a later date that i can do myself
i want to know if queue will be best or workflow will be best for this scenario
because i think if i send 100k messages then each msg in a queue will be a batch of 500 msg, then other users have to wait until 1 user campaign is over even if we have concurrency for 4-5
whereas in workflow we can invoke as many instances upto 4500 and queue other ones and each workflow can have multiple steps ( so i think it can run in parallel for 4500 campaigns)
what will be best? i am really confused, please help







