02 / pricing model
How Cloudflare Queues is billed
Message queues billed per operation. A normal delivery is 3 operations (write + read + delete), and every 64 KB counts as another operation — so real cost is usually ~3× a naive per-message guess.
- $5/month Workers Paid base fee
- 1,000,000 operations/month included; free tier 10,000 operations/day
- $0.40 per 1,000,000 operations beyond the included amount
- 1 operation = each 64 KB written, read, or deleted (1 KB = 1000 bytes)
- A standard delivery = 3 operations (write + read + delete)
- No storage, egress, or bandwidth charges