is there message group like feature in queue ? i.e sqs message group

is there message group like feature in queue ? i.e sqs message group
14 Replies
Brett Willis
Brett Willis4mo ago
It would be great to be able to manually pause/resume queues (collect from producers but pause dispatch to consumers) and also to purge queue messages. This help both in development and in production e.g. maintenance/migration, disaster recovery, or when dependent services are experiencing downtime. Queues are good for decoupling services for this very reason, and it's good to be able to intervene in emergencies!
minty
minty4mo ago
is it possible to consume messages from a queue from a non-worker piece of code? i.e. the way you can consume messages from SQS using their SDK in the language of your choice via polling/fetching?
Hello, I’m Allie!
Cloudflare Docs
Cloudflare Queues - Pull consumers · Cloudflare Queues
A pull-based consumer allows you to pull from a queue over HTTP from any environment and/or programming language outside of Cloudflare Workers. A …
daguang
daguang4mo ago
@Hard@Work @HardlyWorkin' Hello, when I use R2 GET data when consumers use R2 GET data, it will cause the queue to complete it directly. I tried to use Try Catch to capture the error, but I found nothing. Is this my configuration file wrong? or a bug ? (And this logic is normal in the normal worker fetch)
No description
No description
kian
kian4mo ago
you're returning errors rather than throwing them? :meowthinking:
ajgeiss0702
ajgeiss07024mo ago
I am now also having this issue. Was there any workaround other than deploying a new queue and worker? trying to delete the worker throws "script still in use as a consumer for a queue" after manually removing the queue triggers, deleting the worker, and redeploying, the issue was fixed. Still annoying that was an issue though
33335
333354mo ago
No description
daguang
daguang4mo ago
I have try catch at the call, but I did not print the wrong log 🥲
Pranshu Maheshwari
hmm could you share your account ID & queue ID? Both are safe to share here.
ajgeiss0702
ajgeiss07024mo ago
yes, 1m account id: f55b85c8a963663b11036975203c63c0
ajgeiss0702
ajgeiss07024mo ago
and all of a sudden im not allowed to access the queues page in the dashboard?
No description
ajgeiss0702
ajgeiss07024mo ago
oh it just went through queue id: d1a94a7c4e4a4c23a6dbc74a8abbad11
Unknown User
Unknown User4mo ago
Message Not Public
Sign In & Join Server To View
Pranshu Maheshwari
Cloudflare Docs
Cloudflare Queues - Pull consumers · Cloudflare Queues
A pull-based consumer allows you to pull from a queue over HTTP from any environment and/or programming language outside of Cloudflare Workers. A …
Want results from more Discord servers?
Add your server