doppar / queue
A lightweight queue management library for the Doppar framework.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/doppar/queue
Requires (Dev)
- doppar/framework: ^3.0.0
- mockery/mockery: ^1.6
- phpunit/phpunit: ^12.1.5
This package is auto-updated.
Last update: 2025-11-16 06:42:20 UTC
README
About Doppar Queue
Note: This repository contains the core code of the Doppar framework queue package. If you want to build an application using Doppar, visit the main Doppar repository.
Doppar queue system offers robust features including multiple queue support for organizing jobs by priority or category, automatic retry logic with configurable attempts and delays, and comprehensive failed job tracking for easier debugging. It supports delayed execution for scheduling jobs in the future, graceful shutdown handling to safely stop workers, and built-in memory management that automatically restarts workers when limits are exceeded.
Contributing
Thank you for considering contributing to the Doppar framework! The contribution guide can be found in the Doppar documentation.
Code of Conduct
In order to ensure that the Doppar community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The Doppar framework is open-sourced software licensed under the MIT license.