github romanzipp/Laravel-Queue-Monitor 5.0.0
v5.0.0

latest releases: 5.4.3, 5.4.2, 5.4.1...
2 years ago

Previous upgrade guides

Version 4.0 added the ability to retry jobs. For this two new columns job_uuid and retried are introduced.

Upgrading to 5.0 from 4.0

Changes

  • Add monitoring queued jobs #131 by @AsemAlalami
  • Add SQLite support
  • Add PostgreSQL support

Database

Version 5.0 adds the ability to also monitor queued jobs which requires a new column queued_at

php artisan vendor:publish --provider="romanzipp\QueueMonitor\Providers\QueueMonitorProvider" --tag=migrations
php artisan migrate

Config

A new config option monitor_queued_jobs is introduced. Dispatched jobs will be automatically monitored. If you wish to disable this feature, make sure to change this config value.

Don't miss a new Laravel-Queue-Monitor release

NewReleases is sending notifications on new releases.