PHPackages                             justinholtweb/craft-queuebert - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. justinholtweb/craft-queuebert

ActiveCraft-plugin[Queues &amp; Workers](/categories/queues)

justinholtweb/craft-queuebert
=============================

A live control panel bar that surfaces running and queued jobs across Craft's default queue and any custom queue runners — visible only while there's queue activity.

5.0.1(1mo ago)126proprietaryPHPPHP ^8.2

Since Jul 19Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/justinholtweb/craft-queuebert)[ Packagist](https://packagist.org/packages/justinholtweb/craft-queuebert)[ RSS](/packages/justinholtweb-craft-queuebert/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (4)Versions (2)Used By (0)

Queuebert
=========

[](#queuebert)

A live control-panel bar for Craft CMS 5 that surfaces running and queued jobs — across Craft's **default queue** and **any custom queue runners** — and shows up **only while there's queue activity**.

When jobs are running or waiting, a slim bar slides in at the top of the control panel with the current job's description, a progress indicator, and running/waiting/failed counts. When the queues go quiet, the bar disappears.

Requirements
------------

[](#requirements)

- Craft CMS 5.4.0 or later
- PHP 8.2 or later

Installation
------------

[](#installation)

Install with Composer and enable in the control panel (or via the CLI):

```
composer require justinholtweb/craft-queuebert
php craft plugin/install queuebert
```

How it works
------------

[](#how-it-works)

Queuebert injects a lightweight poller into every control-panel page. It calls `queuebert/queue/info`, which asks Craft for the primary queue plus every application component implementing `craft\queue\QueueInterface` (custom queue runners are conventionally registered as app components in `config/app.php`), and aggregates their job info.

The bar only shows the same information Craft's own queue HUD already exposes: job counts, the current job's description, and its progress.

Settings
--------

[](#settings)

SettingDefaultDescription**Poll interval**`3`Seconds between activity checks while a CP tab is open (1–60). The poller automatically backs off when idle or when the tab is hidden.**Count waiting jobs as activity**`on`Show the bar when jobs are queued but not yet running.**Surface failed jobs**`on`Show the bar (in an alert color) when there are failed jobs.**Inspect limit**`100`Max jobs inspected per queue when building the summary.Custom queues
-------------

[](#custom-queues)

Any component that implements `craft\queue\QueueInterface` is picked up automatically. For example, a second database-backed queue registered in `config/app.php`:

```
return [
    'components' => [
        'importQueue' => [
            'class' => \craft\queue\Queue::class,
            'db' => 'db',
            'channel' => 'import',
            'tableName' => '{{%queue}}',
            'mutex' => \craft\mutex\Mutex::class,
        ],
    ],
];
```

...appears in the bar's totals alongside the default queue.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance91

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

44d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/035cb655c55af0e9e5b96754b80fd9703e195c32dbdfc49ae9a43ab9cf8db560?d=identicon)[justinholtweb](/maintainers/justinholtweb)

---

Top Contributors

[![justinholtweb](https://avatars.githubusercontent.com/u/295903?v=4)](https://github.com/justinholtweb "justinholtweb (3 commits)")[![tjw218](https://avatars.githubusercontent.com/u/12733750?v=4)](https://github.com/tjw218 "tjw218 (1 commits)")

---

Tags

queuecmsjobsmonitorCraftcraftcmscraft-plugincontrol panelqueuebert

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/justinholtweb-craft-queuebert/health.svg)

```
[![Health](https://phpackages.com/badges/justinholtweb-craft-queuebert/health.svg)](https://phpackages.com/packages/justinholtweb-craft-queuebert)
```

###  Alternatives

[verbb/formie

The most user-friendly forms plugin for Craft.

102406.3k79](/packages/verbb-formie)[ostark/craft-async-queue

A queue handler that moves queue execution to a non-blocking background process

95294.6k9](/packages/ostark-craft-async-queue)[verbb/vizy

A flexible visual editor field for Craft.

4252.4k1](/packages/verbb-vizy)[verbb/hyper

A user-friendly links field for Craft.

24158.0k15](/packages/verbb-hyper)[verbb/events

A full-featured plugin for event management and ticketing.

2412.3k](/packages/verbb-events)[verbb/icon-picker

A slick field to pick icons from. Supports SVGs, Sprites, Webfonts, Font Awesome and more.

16174.4k7](/packages/verbb-icon-picker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
