Download the PHP package jalendport/craft-queuemanager without Composer
On this page you can find all versions of the php package jalendport/craft-queuemanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jalendport/craft-queuemanager
More information about jalendport/craft-queuemanager
Files in jalendport/craft-queuemanager
Package craft-queuemanager
Short Description Job Queue Manager for Craft CMS.
License MIT
Informations about the package craft-queuemanager
Warning
This plugin has been abandoned in favor of the built-in queue manager utility (Craft 3.4.0 and newer).
Queue Manager for Craft CMS 3
Job Queue Manager for Craft CMS.
Installation
Requirements
This plugin requires Craft CMS 3.0.0, or later.
Plugin Store
Log into your control panel and click on 'Plugin Store'. Search for 'Queue Manager'.
Composer
-
Open your terminal and go to your Craft project:
-
Then tell Composer to load the plugin:
- In the Control Panel, go to Settings → Plugins and click the “Install” button for Queue Manager.
Features
- View detailed job information
- Retry or cancel individual jobs
- Retry or cancel the full queue
- Console commands that offer the same functionality as found in the CP
Console commands
Retrying jobs
Individual:
Full queue:
Cancelling jobs
Individual:
Full queue:
Overriding Plugin Settings
If you create a config file in your config
folder called queue-manager.php
, you can override the plugin’s settings in the Control Panel. Since that config file is fully multi-environment aware, this is a handy way to have different settings across multiple environments.
Here’s what that config file might look like along with a list of all of the possible values you can override.
Parameter | Expected Value |
---|---|
jobLimit |
Integer |
Roadmap
Some things to do, and ideas for potential features:
- Cron documentation
- Responsive tables
- Filter results
- Automatically refresh jobs