{name} — Queues — {appName} — PiCloud
← All queues

Queue: {name}

{#if error}

{error}

{/if} {#if loading && !detail}

Loading…

{:else if detail}

Depth

Total
{detail.total}
Pending
{detail.pending}
Claimed
{detail.claimed}

Consumer

{#if detail.consumer}
Script
{detail.consumer.script_name}
Visibility timeout
{detail.consumer.visibility_timeout_secs}s
Last fired
{fmtTime(detail.consumer.last_fired_at)}
Trigger ID
{detail.consumer.trigger_id}
{:else}

No queue:receive trigger registered for this queue. Messages enqueued here will accumulate without a consumer. Register one in the Triggers tab of the parent app page.

{/if}
{/if}