Vantage is a Laravel package that tracks and monitors your queue jobs. This package automatically records job execution history, failures, and job retries and provides a simple web interface to view everything.
Vantage works with all Laravel queue drivers, including database, Redis, Beanstalkd, and more. It can track jobs from any queue driver and persist data in your database for long-term tracking. Tracking includes detailed job information such as status, UUID, timing, payload, exception details, and more. It also allows you to retry jobs using the CLI or web interface.
Main Features
- Universal Queue Driver Support
- Job Tracking
- Failure details
- Web interface
- Job details
- Retry failed jobs
- Job tagging
- Performance telemetry
- And more
💻 You can get started with this package on GitHub: houdaslassi/vantage