Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ We plan to bridge the gaps between Workers and Pages and provide ways to migrate
| [Hyperdrive](/hyperdrive/) | βœ… | βœ… |
| [KV](/kv/) | βœ… | βœ… |
| [mTLS](/workers/runtime-apis/bindings/mtls/) | βœ… | βœ… |
| [Queue Producers](/queues/configuration/configure-queues/#producer) | βœ… | βœ… |
| [Queue Consumers](/queues/configuration/configure-queues/#consumer) | βœ… | ❌ |
| [Queue Producers](/queues/configuration/configure-queues/#producer-worker-configuration) | βœ… | βœ… |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page: https://developers.cloudflare.com/workers/static-assets/compatibility-matrix/
has a broken internal link to: https://developers.cloudflare.com/queues/configuration/configure-queues/.
The fragment producer does not exist.

By looking at the page: https://developers.cloudflare.com/queues/configuration/configure-queues/
The best fragment to use seems to be: #producer-worker-configuration

| [Queue Consumers](/queues/configuration/configure-queues/#consumer-worker-configuration) | βœ… | ❌ |
| [R2](/r2/) | βœ… | βœ… |
| [Rate Limiting](/workers/runtime-apis/bindings/rate-limit/) | βœ… | ❌ |
| [Secrets](/workers/configuration/secrets/) | βœ… | βœ… |
Expand Down