Asynchronous Messaging & Queuing
Debug Queues from the dash: send, list, and ack messages

Debug Queues from the dash: send, list, and ack messages

8/11/2023 · Emilie Ma

What this post added

Introduced new debugging features for Cloudflare Queues within the Cloudflare dashboard: the ability to send messages directly, list queued messages with detailed metadata (timestamp, retries, producer source, type), and acknowledge (remove) messages. This enhances transparency and simplifies the debugging of asynchronous message flows without requiring a consumer worker or interfering with existing consumers.

Read the original post ↗