samuelreichor / craft-custom-queue-manager
Manage custom queues in the control panel
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:craft-plugin
pkg:composer/samuelreichor/craft-custom-queue-manager
Requires
- php: >=8.2
- craftcms/cms: ^5.0.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
README
Custom Queue Manager for Craft CMS
Adds a utility to manage custom queues in the control panel and improves error handling for failing queue jobs.
Features
- Custom Queue Monitoring: Discover and monitor all custom queues registered in your Craft app config
- Queue Overview: See all queues at a glance with job counts and failed job indicators
- Job Management: Retry failed jobs or release jobs directly from the Control Panel
- Bulk Actions: Retry all failed jobs or release all jobs in a queue with one click
- Job Details: Inspect individual jobs including class, status, progress, error messages, and serialized job data
- Auto-Refresh: Configurable auto-refresh interval to keep the queue monitor up to date
- Email Notifications: Get notified via email when a queue job fails
- Customizable System Messages: Edit the failure notification email template in Craft's System Messages
Requirements
This plugin requires Craft CMS 5.0.0 or later, and PHP 8.2 or later.
Documentation
Visit the Custom Queue Manager documentation for all documentation, guides and developer resources.
Support
If you encounter bugs or have feature requests, please submit an issue. Your feedback helps improve the plugin!