Cloudflare::API::Queues

NAME

Cloudflare::API::Queues - manage queues and their consumers

SYNOPSIS

my $queues=$api->queues()->list_queues();
my $consumers=$api->queues()->list_consumers($queue_id);

DESCRIPTION

These methods use the account ID configured on Cloudflare::API. They manage queue resources and consumers, including Worker consumers; they do not push or pull messages.

METHODS

Every JSON method accepts full_response => 1. IDs are percent-encoded. Create and update bodies must be hash references.

ERRORS

Missing account context, invalid IDs or bodies, HTTP and transport failures, and Cloudflare envelope failures cause exceptions as described in Cloudflare::API.

SEE ALSO

Cloudflare::API

AUTHOR

Andrew Speer andrew.speer@isolutions.com.au

LICENSE and COPYRIGHT

Copyright (c) 2026 Andrew Speer. This software is free software under the same terms as Perl 5.